]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:29:12 +0000 (16:29 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 14:29:12 +0000 (14:29 +0000)
commit10f73f75c5696c7179cad2a1384e15f32ee56ecb
tree0b2fb62f52050e6864f6f7ee211fae8d47c0111d
parent701ac74d4a3470aac362dad705584951fce232e0
[3.12] gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076) (GH-132087)

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