mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
- 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>