Closed ivan-mogilko closed 7 months ago
Another attempt on this... Trying to make it work across different implementations of libc, including ones with non-standard overloads.
Declare a C standard compatible variant of strstr in our string_compat file, and assign that to a pointer instead.
Another attempt on this... Trying to make it work across different implementations of libc, including ones with non-standard overloads.
Declare a C standard compatible variant of strstr in our string_compat file, and assign that to a pointer instead.