]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 23 Jan 2024 21:27:04 +0000 (23:27 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 21:27:04 +0000 (23:27 +0200)
commitd22c066b802592932f9eb18434782299e80ca42e
tree5ea5a9e563a88627497f10191ae6b450accf621b
parentce01ab536f22a3cf095d621f3b3579c1e3567859
gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495)

On Alpine Linux it could leave some field non-initialized.
Misc/NEWS.d/next/Library/2024-01-23-21-20-40.gh-issue-114492.vKxl5o.rst [new file with mode: 0644]
Modules/termios.c