History log of /PHP-8.4/ext/tidy/tests/open_basedir_failure_config.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


# 8de7ccb2 20-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix memory leaks in ext/tidy basedir restriction code

TIDY_APPLY_CONFIG can early return because it's a macro, but then the
cleanup paths are not executed. Transform this to a real funct

Fix memory leaks in ext/tidy basedir restriction code

TIDY_APPLY_CONFIG can early return because it's a macro, but then the
cleanup paths are not executed. Transform this to a real function and
handle the cleanups correctly at the callsites.

Closes GH-15046.

show more ...