1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Files
archived-php-src/ext
Andrea Faulds 61538ebadc Fixed bug #75097 (gethostname fails if your host name is 64 chars long)
PHP contained two different off-by-one errors, which are fixed here. First,
it created a buffer of size HOST_NAME_MAX, not adding space for a null
terminator. Second, it subtracted 1 from the size of that buffer when passing
its size to gethostname(), despite gethostname() expecting it to be a buffer
size including space for a terminating null byte, not a string length.
2017-08-19 20:31:54 +01:00
..
2017-04-10 14:47:24 +08:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-06-03 00:40:58 +02:00
2017-01-04 11:14:55 -06:00
2017-08-01 12:49:45 +02:00
2017-01-04 11:14:55 -06:00
2017-07-30 14:43:37 +02:00
2017-01-14 14:13:15 +01:00
2017-02-24 23:20:49 +01:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-06-03 00:40:58 +02:00
2017-04-10 14:47:24 +08:00
2017-08-14 21:14:14 -04:00
2017-01-04 11:14:55 -06:00
2017-07-24 17:02:10 +02:00
2017-01-04 11:14:55 -06:00
2017-07-04 19:44:51 -07:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-08-16 11:14:41 +01:00
2017-04-10 14:47:24 +08:00
2017-08-04 13:21:28 +02:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00