1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:17:47 +00:00

Tests/LibCore: Add regression test for the read_until_any_of OOB read

This commit is contained in:
Daniel Bertalan 2021-12-31 21:36:37 +01:00 committed by Andreas Kling
parent 7fdf4004de
commit ad57289307
3 changed files with 34 additions and 2 deletions

View file

@ -13,4 +13,4 @@ endforeach()
# NOTE: Required because of the LocalServer tests
target_link_libraries(TestLibCoreStream LibThreading)
install(FILES long_lines.txt 10kb.txt DESTINATION usr/Tests/LibCore)
install(FILES long_lines.txt 10kb.txt small.txt DESTINATION usr/Tests/LibCore)