]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jan 2024 22:02:02 +0000 (23:02 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 22:02:02 +0000 (22:02 +0000)
commit386c72d9928c51aa2c855ce592bd8022da3b407f
tree51dad8af67641f473f0a0beebe9dbdd5812a3d46
parentf63dec94f6b0249e5376617bec1ecb03da7723b2
[3.12] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114502)

On Alpine Linux it could leave some field non-initialized.
(cherry picked from commit d22c066b802592932f9eb18434782299e80ca42e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Library/2024-01-23-21-20-40.gh-issue-114492.vKxl5o.rst [new file with mode: 0644]
Modules/termios.c