forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.10] pythongh-119690: Fixes buffer type confusion in _winapi.Create…
…File and _winapi.CreateNamedPipe audit events (pythonGH-119735) (cherry picked from commit 2e861ac) Co-authored-by: Steve Dower <[email protected]> pythongh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winapi.CreateNamedPipe audit events
- Loading branch information
1 parent
d662e2d
commit 050ee62
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/Windows/2024-05-29-17-05-28.gh-issue-119690.U6RMtm.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Fixes data type confusion in audit events raised by ``_winapi.CreateFile`` | ||
and ``_winapi.CreateNamedPipe``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters