diff options
Diffstat (limited to 'contrib/tools/python3/Python')
| -rw-r--r-- | contrib/tools/python3/Python/bootstrap_hash.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/tools/python3/Python/bootstrap_hash.c b/contrib/tools/python3/Python/bootstrap_hash.c index da85db35c14..587063ef1ab 100644 --- a/contrib/tools/python3/Python/bootstrap_hash.c +++ b/contrib/tools/python3/Python/bootstrap_hash.c @@ -120,11 +120,6 @@ py_getrandom(void *buffer, Py_ssize_t size, int blocking, int raise) else { n = getrandom(dest, n, flags); } -# ifdef _Py_MEMORY_SANITIZER - if (n > 0) { - __msan_unpoison(dest, n); - } -# endif #else /* On Linux, use the syscall() function because the GNU libc doesn't expose the Linux getrandom() syscall yet. See: |
