Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpcap: update to 1.9.1 | DENG Qingfang | 2019-10-19 | 1 | -22/+0 |
| | | | | | | | | | | | | | Fixed CVEs: CVE-2018-16301 CVE-2019-15161 CVE-2019-15162 CVE-2019-15163 CVE-2019-15164 CVE-2019-15165 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> (cherry picked from commit 44f11353de044834a442d3192b66579b99305720) | ||||
* | libpcap: patch to add limits.h to pcap-usb-linux.c | Eneas U de Queiroz | 2018-09-10 | 1 | -0/+22 |
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. This is an upstream-applied patch that fixes 'PATH_MAX' and 'NAME_MAX' undeclared when compiling on musl with CONFIG_PCAP_HAS_USB. [aafa351] pcap-usb-linux.c: add missing limits.h for musl systems. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> |