Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fmt/pl: use unsigned type before negation (#312)
fixes "-fsanitize=undefined" src/fmt/pl.c:94:15: runtime error: negation of -2147483648 cannot be represented in type 'int32_t' (aka 'int'); cast to an unsigned type to negate this value to itself
- Loading branch information