2024/02/18 23:28制作binary bomb用musl遇到的坑:简单说,我answer存在s0里,然后用scanf读一个数返回到a0做比较。然后我没初始化那个variable。然后学生非法输入了,这时候musl的实现somehow会把推到栈上的s0读到a0里返回,然后导致不符合格式的非法输入直接defuse bomb。