msdf_c icon indicating copy to clipboard operation
msdf_c copied to clipboard

Results 2 msdf_c issues
Sort by recently updated
recently updated
newest added

https://github.com/pjako/msdf_c/blob/4cfa8df1924baee779bd2eb9590ca731d7d8ade3/msdf.h#L1069-L1070 This is another case similar to my [PR](https://github.com/pjako/msdf_c/pull/1), where the call to `msdf_edgeSplit()` will receive three output locations (`parts[...]`) that are all small offsets from `NULL`, which are invalid...

I discovered these while testing a broad ASCII range of glyphs (`[!..~]`) from Consolas and Courier New. Compiling with ASAN identified the out of bounds access at `contours[j].start = i;`...