Don't pass NULL to printf %s.
This is undefined behaviour, and some platforms don't like it. Issue #2355. Thanks to CJ Lee.
parent
68504da4
Please register or sign in to comment
This is undefined behaviour, and some platforms don't like it. Issue #2355. Thanks to CJ Lee.