c0
c0 copied to clipboard
bug in c0_string_compare
In the function c0_string_compare you are comparing the text pointer value before the length.
You could have 2 strings pointing to the same text pointer but with different lengths.