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 2ad0b5cf05 Fix GH-19792: SCCP causes UAF for return value if both warning and exception are triggered
If an exception _and_ a warning (or deprecation) is emitted, then the
result is destroyed twice. Use an `else if` to prevent this.
This is tested via zend_test because the deprecation that triggered the
original reproducer may disappear in the future.

Closes GH-19793.
2025-09-11 19:35:53 +02:00
..
2025-06-01 18:21:23 +02:00
2024-10-13 21:12:46 +02:00
2025-05-27 20:40:35 +02:00
2025-07-25 11:56:30 +02:00
2024-11-27 19:54:06 +00:00
2025-07-22 15:52:29 +02:00
2025-06-18 20:47:18 +02:00
2025-03-06 15:24:35 +01:00
2025-09-09 08:41:20 +02:00
2025-05-27 20:40:35 +02:00
2025-07-16 18:26:54 +02:00
2025-02-14 23:09:57 +01:00