summaryrefslogtreecommitdiff
path: root/user/tcpdump/CVE-2018-19519.patch
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-05-05 03:31:05 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-05-05 03:31:05 +0000
commit5fb8228fc2a207f2ff6ae3ad98328a7664da0480 (patch)
tree18465a76a63599a5c9edf78383aed30cf8c5f7c4 /user/tcpdump/CVE-2018-19519.patch
parent9680fd28fc8dd8ff8abcb504a0f820ad655d5dfb (diff)
parent5df19234b438dd8d1d876033a8987e563c033c1a (diff)
downloadpackages-5fb8228fc2a207f2ff6ae3ad98328a7664da0480.tar.gz
packages-5fb8228fc2a207f2ff6ae3ad98328a7664da0480.tar.bz2
packages-5fb8228fc2a207f2ff6ae3ad98328a7664da0480.tar.xz
packages-5fb8228fc2a207f2ff6ae3ad98328a7664da0480.zip
Merge branch 'sec/2020.04.20' into 'master'
Security updates for 2020.04.20 See merge request adelie/packages!441
Diffstat (limited to 'user/tcpdump/CVE-2018-19519.patch')
-rw-r--r--user/tcpdump/CVE-2018-19519.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/user/tcpdump/CVE-2018-19519.patch b/user/tcpdump/CVE-2018-19519.patch
deleted file mode 100644
index ac3293927..000000000
--- a/user/tcpdump/CVE-2018-19519.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- tcpdump-4.9.2/print-hncp.c.old 2017-09-03 23:17:14.000000000 +0000
-+++ tcpdump-4.9.2/print-hncp.c 2018-12-07 19:31:24.360000000 +0000
-@@ -228,6 +228,7 @@
- snprintf(buf, sizeof(buf), "%s/%d", ipaddr_string(ndo, &addr), plen);
- plenbytes += 1 + IPV4_MAPPED_HEADING_LEN;
- } else {
-+ buf[0] = '\0';
- plenbytes = decode_prefix6(ndo, prefix, max_length, buf, sizeof(buf));
- }
-