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
Niels Dossche ce2dd0b20b Fix potential NULL pointer argument to memcpy (#13859)
This is only possible when the length is 0, but memcpy doesn't like NULL
pointers, as UBSAN trips over it.
2024-04-01 22:47:38 +02:00
..
2024-03-13 23:32:35 +01:00
2024-03-19 22:36:33 +00:00
2024-03-13 09:30:33 +01:00
2024-04-01 20:34:44 +02:00
2024-03-18 11:59:34 +01:00
2024-04-01 23:35:03 +03:00
2024-03-30 18:37:51 +00:00
2024-03-10 13:15:15 +01:00
2024-03-15 20:33:59 +01:00
2024-03-31 16:56:27 +02:00
2024-04-01 14:16:28 +02:00
2024-03-31 17:01:27 +01:00
2024-04-01 20:34:44 +02:00
2024-02-27 21:49:47 +01:00
2024-03-05 10:13:57 +01:00