History log of /php-src/ext/tidy/tests/parsing_inexistent_file.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 186788f1 21-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix error handling in tidy constructor


# 704aadd0 08-Feb-2023 George Peter Banyard

Fix memory leaks in ext-tidy

We must not instantiate the object prior checking error conditions
Moreover, we need to release the HUGE amount of memory for files which are over 4GB when t

Fix memory leaks in ext-tidy

We must not instantiate the object prior checking error conditions
Moreover, we need to release the HUGE amount of memory for files which are over 4GB when throwing a ValueError

Closes GH-10545

show more ...