]> git.kaiwu.me - nginx.git/commit
Removed glibc crypt_r() bug workaround (ticket #1469).
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 23 May 2018 13:38:16 +0000 (16:38 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 23 May 2018 13:38:16 +0000 (16:38 +0300)
commitb0e5144c6d5096ad6220816854da4411a218f82c
tree0bec0d42aea66a9ad5101c587e520e6bda584cee
parented41ac66a24d51820391ef207db492f026193758
Removed glibc crypt_r() bug workaround (ticket #1469).

The bug in question was fixed in glibc 2.3.2 and is no longer expected
to manifest itself on real servers.  On the other hand, the workaround
causes compilation problems on various systems.  Previously, we've
already fixed the code to compile with musl libc (fd6fd02f6a4d), and
now it is broken on Fedora 28 where glibc's crypt library was replaced
by libxcrypt.  So the workaround was removed.
src/os/unix/ngx_user.c