1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00
Files
archived-php-src/ext
Michael Orlitzky 08fce8e2c5 ext/standard/config.m4: fix crypt() test segfaults in >=glibc-2.17.
Starting with glibc-2.17, the crypt() function will report an EINVAL
and return NULL when the format of the "salt" parameter is
invalid. The current tests for crypt() pass its result to strcmp(),
causing segfaults when the value returned from crypt() is NULL.

This commit modifies the test programs to exit with failure when
crypt() returns NULL.

Reference: https://bugs.gentoo.org/show_bug.cgi?id=518964
2016-03-03 17:12:57 +01:00
..
2016-03-01 23:31:58 +01:00
2016-02-15 16:50:42 +01:00
2016-02-24 11:49:02 +01:00
2016-02-13 17:46:24 +01:00
2016-01-15 08:43:00 +01:00
2016-01-29 20:36:11 +01:00
2016-01-18 16:59:17 +01:00
2016-02-22 09:26:00 +01:00
2014-10-01 09:26:46 +02:00