Package: c-ares / 1.12.0-1+deb9u1

Metadata

Package Version Patches format
c-ares 1.12.0-1+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable cflags rewrite.diff | (download)

configure.ac | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 prevent autoconf from mangling passed cflags
 These flags are passed by dpkg-buildflags for hardening.
CVE 2017 1000381.diff | (download)

ares_parse_naptr_reply.c | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 [patch 5/5] ares_parse_naptr_reply: check sufficient data
Bug-Debian: http://bugs.debian.org/865360

Check that there is enough data for the required elements
of an NAPTR record (2 int16, 3 bytes for string lengths)
before processing a record.