You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Deepin Integration]~[v25-Release] Fix CVE-2023-7256: use-after-free/double-free in sock_initaddress() by deepin-ci-robot@deepin-community/libpcap by deepin-community-ci-bot[bot] #13392
Fix CVE-2023-7256: Use-after-free/double-free in sock_initaddress()
by having the function return a pointer to the addrinfo list on
success (or NULL on failure) instead of using an output parameter,
avoiding ambiguity about whether freeaddrinfo() has already been
called.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
libpcap (1.10.1-4deepin1) unstable; urgency=medium
by having the function return a pointer to the addrinfo list on
success (or NULL on failure) instead of using an output parameter,
avoiding ambiguity about whether freeaddrinfo() has already been
called.