]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jan 2024 21:53:13 +0000 (22:53 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 21:53:13 +0000 (21:53 +0000)
commit666d07f241970482f17dc4bf7a5dff737d9b8357
tree6f8b464b783e30e8dddaf11df27d816ec792e189
parent9344edeb75e299baeee51dbc26172977475827ef
[3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114503)

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