dnsmasq 2.76: latest patches from upstream (001-003)
Message ID | 20160709102737.1728-1-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | 754efda13126e16c951f4051df6cfc9926fca490 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id AEDF561AE3 for <patchwork@ipfire.org>; Sat, 9 Jul 2016 12:27:56 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id ED7C8A49; Sat, 9 Jul 2016 12:27:45 +0200 (CEST) Received: from Devel.localdomain (p57905B87.dip0.t-ipconnect.de [87.144.91.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id C549FA29 for <development@lists.ipfire.org>; Sat, 9 Jul 2016 12:27:43 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] dnsmasq 2.76: latest patches from upstream (001-003) Date: Sat, 9 Jul 2016 12:27:37 +0200 Message-Id: <20160709102737.1728-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.9.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
July 9, 2016, 8:27 p.m. UTC
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/dnsmasq | 3 +
...late_length_of_TFTP_error_reply_correctly.patch | 65 ++++++++++++++++++++++
.../dnsmasq/002-Zero_newly_malloc_ed_memory.patch | 36 ++++++++++++
.../003-Check_return_of_expand_always.patch | 44 +++++++++++++++
4 files changed, 148 insertions(+)
create mode 100644 src/patches/dnsmasq/001-Calculate_length_of_TFTP_error_reply_correctly.patch
create mode 100644 src/patches/dnsmasq/002-Zero_newly_malloc_ed_memory.patch
create mode 100644 src/patches/dnsmasq/003-Check_return_of_expand_always.patch