]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.Creat...
authorSteve Dower <steve.dower@python.org>
Wed, 4 Sep 2024 15:57:40 +0000 (16:57 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 15:57:40 +0000 (17:57 +0200)
commit2e861ac1cd4359463f6a13efd3d3578fce71e5ab
treecfd5e04bbeeba7df020cdddf7c3e36a4637228d1
parentb2f11ca7667e4d57c71c1c88b255115f16042d9a
[3.10] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.CreateNamedPipe audit events (#119735)

gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.CreateNamedPipe audit events
Misc/NEWS.d/next/Windows/2024-05-29-17-05-28.gh-issue-119690.U6RMtm.rst [new file with mode: 0644]
Modules/_winapi.c