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

Improve error message for too long file in ext/tidy (#14870)

As suggested in https://github.com/php/php-src/pull/14862#discussion_r1667788025


# c34def58 07-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix memory leak in tidy_repair_file()

When dealing with a file, we must free the contents if the function
fails. While here, also fix the error message because previously it
sounded

Fix memory leak in tidy_repair_file()

When dealing with a file, we must free the contents if the function
fails. While here, also fix the error message because previously it
sounded like the filename was too long while in fact the file itself
is too large.

Closes GH-14862.

show more ...


# 75219270 28-Nov-2023 Ilija Tovilo

[skip ci] Skip resource intensive tidy test on GA


# e1ec67ac 27-Mar-2023 Ilija Tovilo

Unparallelize IO heavy tests

Alternative to GH-10892. This is somewhat unfortunate since these are also the
slow tests. I'm also not sure if this actually helps.

Closes GH-10953


# 52c96f21 17-Feb-2023 Ilija Tovilo

[skip ci] Skip slow tidy test on asan


# 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 ...