gh-148850: Fix memory sanitizer false positive in os.getrandom (GH-14… · python/cpython@9668d26 · GitHub
Skip to content

Commit 9668d26

Browse files
gh-148850: Fix memory sanitizer false positive in os.getrandom (GH-148851)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent f2c7c0d commit 9668d26

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

Include/pyport.h

Lines changed: 4 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix the memory sanitizer false positive in :func:`os.getrandom`.

Modules/posixmodule.c

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)