1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00
Files
archived-php-src/ext/opcache
Christoph M. Becker b1840737e2 Avoid OOB reads in create_name_with_username()
`accel_uname_id` and `zend_system_id` are MD5 buffers which are not
NUL terminated.  Thus, we must not pass them to `snprintf()`.

Closes GH-6968.
2021-07-04 22:51:55 +02:00
..
2021-06-10 10:52:53 +02:00
2021-06-10 10:52:53 +02:00
2019-10-08 10:48:10 +02:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-12-18 11:40:58 +01:00
2020-08-11 14:58:54 +02:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:18:14 +02:00