looking-glass/common
Geoffrey McRae cce12508cc [egl] shader: fix reliance on null terminated strings
Compiled in resources often will not contain a null terminator, as such
we must not use functions that rely on it. This implements a memsearch
function that performs like strstr on a buffer instead of a null
terminated string.
2023-11-11 13:48:41 +11:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [egl] shader: fix reliance on null terminated strings 2023-11-11 13:48:41 +11:00
src [egl] shader: fix reliance on null terminated strings 2023-11-11 13:48:41 +11:00
CMakeLists.txt [all] update cmake minimum version 2023-11-10 06:28:05 +11:00