text-rendering-tests icon indicating copy to clipboard operation
text-rendering-tests copied to clipboard

Unsigned integer overflow in Tehreer stack harness

Open heybdj opened this issue 3 years ago • 0 comments

I believe the variable assigned on this line should be of type SBInteger rather than SBUInteger since it can receive a negative value:

https://github.com/unicode-org/text-rendering-tests/blob/f9535a12551d2fb25d8288547692271ebef38c35/src/fonttest/tehreerstack_line.cpp#L113

heybdj avatar Apr 08 '22 19:04 heybdj