1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Tim Düsterhus 1ef7abf2be zend_long: Remove ZEND_LTOA() (#20236)
* zend_long: Remove `ZEND_LTOA()`

This macro is unsafe when the given buffer is too small, since `snprintf()`
returns the *required* length of the string if it would fit. Thus
unconditionally writing a NUL there might result in a out-of-bounds write.

* zend_long: Remove `ZEND_LTOA_BUF_LEN`
2025-10-20 08:36:41 +02:00
..
2025-10-15 19:39:39 +02:00
2025-10-07 18:33:17 +02:00
2025-10-06 10:32:28 +02:00
2025-10-16 18:46:14 +02:00
2025-10-15 20:24:55 +02:00
2025-10-18 10:27:38 +02:00
2025-10-14 22:15:15 +02:00
2025-10-16 22:56:24 +02:00
2025-10-15 21:49:39 +02:00
2025-09-29 12:45:45 -03:00
2025-10-14 23:22:21 +03:00
2025-07-29 14:00:37 +02:00
2025-10-19 14:14:02 +02:00
2025-10-17 09:12:28 +02:00
2025-10-19 14:14:02 +02:00
2025-10-18 23:59:54 +02:00
2025-10-08 17:39:26 +02:00
2025-10-12 11:25:46 +02:00
2025-10-11 18:05:18 +02:00
2025-10-11 23:52:47 +02:00
2025-10-19 20:55:38 +02:00
2025-10-14 08:37:00 +02:00
2025-10-11 23:57:49 +02:00
2025-09-29 22:49:12 +01:00