]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Mar 2022 20:03:18 +0000 (13:03 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Mar 2022 20:03:18 +0000 (13:03 -0700)
commitdae09c2b819c2683ad870733451c050b59c3eb93
tree4809ab7cf2927c4c8c248b4748ca456f63ccba66
parent1e3132b1c3ebff8d28a6dd353bf217cb97c41e81
[3.9] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH-32140) (GH-32156)

Add missing terminated NUL in sockaddr_un's length

- Linux: https://man7.org/linux/man-pages/man7/unix.7.html
- *BSD: SUN_LEN
(cherry picked from commit f6b3a07b7df60dc04d0260169ffef6e9796a2124)

Co-authored-by: ty <zonyitoo@users.noreply.github.com>
Automerge-Triggered-By: GH:gpshead
(cherry picked from commit 5944807b09717d43bb017f700e8c451dd07199ed)

Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Misc/NEWS.d/next/Library/2021-07-26-10-46-49.bpo-44493.xp3CRH.rst [new file with mode: 0644]
Modules/socketmodule.c