SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)

Use crypt_r() when available instead of crypt() in the crypt module.

As a nice side effect: This also avoids a memory sanitizer flake as clang msan doesn't know about crypt's internal libc allocated buffer.
G
Gregory P. Smith committed
387512c7ecde6446f2e29408af2e16b9fc043807
Parent: 1b29c03
Committed by GitHub <noreply@github.com> on 12/30/2018, 11:42:32 PM