c0 icon indicating copy to clipboard operation
c0 copied to clipboard

bug in c0_string_compare

Open JavierLealCortes opened this issue 1 year ago • 0 comments

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.

JavierLealCortes avatar Mar 08 '24 22:03 JavierLealCortes