-
- Downloads
fmt: fix fmt_s32_dec() and fmt_s64_dec() sign bit handling
"val = -val" causes UB for INTMIN, thus explicitly cast to unsigned.
Please register or sign in to comment
"val = -val" causes UB for INTMIN, thus explicitly cast to unsigned.