]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866)
authorty <zonyitoo@users.noreply.github.com>
Sun, 27 Mar 2022 20:22:22 +0000 (04:22 +0800)
committerGitHub <noreply@github.com>
Sun, 27 Mar 2022 20:22:22 +0000 (13:22 -0700)
commitf6b3a07b7df60dc04d0260169ffef6e9796a2124
tree637ec249702ec8780825ad01f7ba3cd1a90c3696
parent58448cbd96f77ebc6fca1f8030bedc7744eb66ef
bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866)

Add missing terminated NUL in sockaddr_un's length

- Linux: https://man7.org/linux/man-pages/man7/unix.7.html
- *BSD: SUN_LEN
Misc/NEWS.d/next/Library/2021-07-26-10-46-49.bpo-44493.xp3CRH.rst [new file with mode: 0644]
Modules/socketmodule.c