1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00
Files
archived-php-src/ext/dom
Niels Dossche 9d7e6090df Fix GH-15137: Unexpected null pointer in Zend/zend_smart_str.h (#15138)
This regressed when I optimized $wholeText. The previous code used xmlStrcat
which implicitly checked for a NULL argument, but now it's a direct memcpy
which you shouldn't pass null pointers to, although it won't result in a
crash because memcpy doesn't do anything if the length is 0.
2024-07-28 13:53:30 +02:00
..
2024-07-21 18:08:59 +02:00
2024-06-29 15:18:34 +01:00
2024-06-29 13:00:26 -07:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-06-26 12:17:12 -07:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-05-13 19:46:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-02 21:34:23 +02:00
2024-07-02 21:34:23 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-15 11:10:51 +02:00
2024-07-18 16:54:46 +02:00