38a0dc974f
Do not change the signedness bit with a left shift operation. Switch to unsigned integer to prevent this. snprintb.c:178:17, left shift of 1 by 31 places cannot be represented in type 'int' Detected with micro-UBSan in the user mode.