[issue28503] [Patch] '_crypt' module: fix implicit declaration of crypt(), use crypt_r() where available

Gregory P. Smith report at bugs.python.org
Sun Dec 30 18:42:34 EST 2018


Gregory P. Smith <greg at krypto.org> added the comment:


New changeset 387512c7ecde6446f2e29408af2e16b9fc043807 by Gregory P. Smith in branch 'master':
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
https://github.com/python/cpython/commit/387512c7ecde6446f2e29408af2e16b9fc043807


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28503>
_______________________________________


More information about the Python-bugs-list mailing list