]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132075: Fix possible use of sockaddr structures with uninitialized members...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Apr 2025 14:33:57 +0000 (16:33 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 14:33:57 +0000 (14:33 +0000)
commit0c0ffbe39f2bf7fa47d505a6f23f60ec4936e557
tree0e991af75db61fa444159f3ae83b331dd164122b
parentd30052a4edb7d5019196757261cf573658b97f97
[3.13] gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076) (GH-132086)

Now all structure members are initialized with zeroes by default.
(cherry picked from commit 345baa77ba2ce3b8ea8f2fad84754e5cc0b10938)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Library/2025-04-04-16-22-03.gh-issue-132075.qMM5np.rst [new file with mode: 0644]
Modules/socketmodule.c