Fix 'error: ‘%s’ directive argument is null [-Werror=format-overflow=]' in assertions.c
Passing NULL to '%s' format causes an error with -D_FORTIFY_SOURCE=2, we do it in assertions.c
Passing NULL to '%s' format causes an error with -D_FORTIFY_SOURCE=2, we do it in assertions.c