History log of /PHP-8.3/ext/tidy/tests/open_basedir/test.html (Results 1 – 1 of 1)
Revision Date Author Comments
# 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 ...