##// END OF EJS Templates
parsers: avoid signed integer overflow in calculation of leaf-node index...
parsers: avoid signed integer overflow in calculation of leaf-node index If v = -INT_MAX - 1, -v would exceed INT_MAX. I don't think this would cause problems such as issue4627, but we can't blame it as a compiler bug because signed integer overflow is undefined in C.

File last commit:

r9999:f91e5630 default
r24879:b3142ea2 stable
Show More
fileannotate.tmpl
5 lines | 44 B | application/x-cheetah | CheetahLexer
{header}
{annotate%annotateline}
{footer}