]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.Create...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Sep 2024 16:22:24 +0000 (18:22 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 16:22:24 +0000 (18:22 +0200)
commit2309739fd8bbe1b20442a6f59d7e42ed26a7875c
tree65a9b0015a9170532275b81974d85d1300846a3e
parent0a878121deed09879506398c97bf121a40590187
[3.8] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.CreateNamedPipe audit events (GH-119735) (#123680)

(cherry picked from commit 2e861ac1cd4359463f6a13efd3d3578fce71e5ab)

Co-authored-by: Steve Dower <steve.dower@python.org>
Misc/NEWS.d/next/Windows/2024-05-29-17-05-28.gh-issue-119690.U6RMtm.rst [new file with mode: 0644]
Modules/_winapi.c