mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
Fixes the following security issues: CVE-2023-7256: Clean up sock_initaddress() and its callers to avoid double frees in some cases. CVE-2024-8006: Fix pcap_findalldevs_ex() not to crash if passed a file:// URL with a path to a directory that cannot be opened. Changelog:bbcbc9174d/CHANGESSigned-off-by: Akhilesh Nema <nemaakhilesh@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit0982498c67) [Peter: mark as security bump] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>