1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/main
Gina Peter Banyard 4d3ccc21d0 main: drop unnecessary zend_{try|catch} in user stream open wrapper
This was initially introduced with https://github.com/php/php-src/commit/9f86cdaf7fc4

However, this should also have been done for the opendir call.
This omission was found via OSS-Fuzz 51047 [1]
and fixed in a more general way in d0b3096ff0
by resetting `FG(user_stream_current_filename)` at the end of the request during shutdown.

As such this zend_try/zend_catch block is now unnecessary.

[1]: https://issues.oss-fuzz.com/issues/42515581
2025-08-15 18:41:17 +02:00
..
2024-05-19 22:57:08 +02:00
2025-02-15 10:12:34 +00:00
2024-11-14 20:36:23 +01:00
2025-08-06 19:50:11 +02:00
2025-05-21 19:39:02 +02:00
2025-07-29 14:00:37 +02:00
2025-04-21 13:20:45 +02:00
2024-11-18 20:53:28 +01:00
2024-12-01 11:00:17 +01:00
2023-01-16 12:27:33 +01:00