commit | a144feeb7ec501aaf30072d50e70d54b200e5ef0 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Dec 30 17:59:52 2018 -0800 |
committer | Gregory P. Smith <greg@krypto.org> | Sun Dec 30 17:59:52 2018 -0800 |
tree | a650f1154811346fe4cac097b097688a28664cb1 | |
parent | 01b9664740307b39c2907bd84cbb0b2c35be9df4 [diff] |
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376) 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. (cherry picked from commit 387512c7ecde6446f2e29408af2e16b9fc043807) Co-authored-by: Gregory P. Smith <greg@krypto.org> [Google]