Skip to content

Fix 'error: ‘%s’ directive argument is null [-Werror=format-overflow=]' in assertions.c

Witold Krecicki requested to merge wpk/fix-isc-assertions-c-error into master

Passing NULL to '%s' format causes an error with -D_FORTIFY_SOURCE=2, we do it in assertions.c

Merge request reports