compute-runtime/shared/test/unit_test/program
Mateusz Hoppe f8b375cae5 fix: stop parsing printf buffer after invalid string index
- IGC stores invalid string index at the end of printf buffer,
invalid index is equal to (int32_t)-1 extended to (char*)
- printKernelOutput() should not parse buffer after invalid index was
found to avoid invalid string pointer dereference

Related-To: NEO-5753

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2023-05-29 09:22:08 +02:00
..
CMakeLists.txt Correct printf formatting for %% 2022-10-13 17:31:17 +02:00
printf_helper_tests.cpp fix: stop parsing printf buffer after invalid string index 2023-05-29 09:22:08 +02:00
program_info_from_patchtokens_tests.cpp feat(zebin): Add support for ELF section type SHT_NOBITS 2023-02-10 16:17:16 +01:00
program_info_tests.cpp Change allowZebin to enableZebin for apiOptions 2023-03-30 12:46:10 +02:00
program_initialization_tests.cpp fix: set NotLockable flag when resource does not need to be lockable 2023-05-15 16:47:21 +02:00