dnsmasq 2.76: latest patches from upstream (010-012)
Message ID | 20160723210314.6731-1-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | c3afb9c65d4e9108db64cf8f3fc2e234e846380e |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 8D3C561D39 for <patchwork@ipfire.org>; Sat, 23 Jul 2016 23:03:32 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 2EE9A950; Sat, 23 Jul 2016 23:03:24 +0200 (CEST) Received: from Devel.localdomain (p5DD83B7D.dip0.t-ipconnect.de [93.216.59.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id F30A57DD for <development@lists.ipfire.org>; Sat, 23 Jul 2016 23:03:19 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] dnsmasq 2.76: latest patches from upstream (010-012) Date: Sat, 23 Jul 2016 23:03:14 +0200 Message-Id: <20160723210314.6731-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.9.2 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 24, 2016, 7:03 a.m. UTC
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/dnsmasq | 3 +
...q-Add-support-to-read-ISC-DHCP-lease-file.patch | 6 +-
...put_to_reduce_risk_of_information_leakage.patch | 169 +++++++++++++++++++++
...on_transmission_in_case_of_retransmission.patch | 54 +++++++
...n_buffer_sizes_for_leasefile_parsing_code.patch | 103 +++++++++++++
5 files changed, 332 insertions(+), 3 deletions(-)
create mode 100644 src/patches/dnsmasq/010-Zero_packet_buffers_before_building_output_to_reduce_risk_of_information_leakage.patch
create mode 100644 src/patches/dnsmasq/011-Dont_reset_packet_length_on_transmission_in_case_of_retransmission.patch
create mode 100644 src/patches/dnsmasq/012-Compile-time_check_on_buffer_sizes_for_leasefile_parsing_code.patch