summaryrefslogtreecommitdiff
path: root/user/tcpdump/CVE-2018-19519.patch
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2020-04-29 12:21:14 -0500
committerMax Rees <maxcrees@me.com>2020-04-29 12:21:14 -0500
commit5df19234b438dd8d1d876033a8987e563c033c1a (patch)
tree34461b33228e653ffd1aeaae930711a19f7db759 /user/tcpdump/CVE-2018-19519.patch
parentf58efe23e016a57672e127d949784f408c0d470c (diff)
downloadpackages-5df19234b438dd8d1d876033a8987e563c033c1a.tar.gz
packages-5df19234b438dd8d1d876033a8987e563c033c1a.tar.bz2
packages-5df19234b438dd8d1d876033a8987e563c033c1a.tar.xz
packages-5df19234b438dd8d1d876033a8987e563c033c1a.zip
user/tcpdump: remove old patch for CVE-2018-19519
This was fixed upstream in a different way, but the patch was still being applied with some fuzz. https://github.com/the-tcpdump-group/tcpdump/commit/511915bef7e4de2f31b8d9f581b4a44b0cfbcf53
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));
- }
-