Debian Patches

Status for nsis/3.08-3

Patch Description Author Forwarded Bugs Origin Last update
keep-seh.patch Keep Structured Exception Handling (SEH) flag Thomas Gaugler <thomas@dadie.net> not-needed
halibut-fputs-for-strings.patch Fix fprintf format security warnings for halibut If the format security warnings of the (GNU) compiler are made fatal via
the -Werror=format-security option then the compilation of halibut is
going to fail.
.
The fprintf function expects the following arguments: output stream,
format string and subsequent arguments as specified in the format string.
fprintf(fp, "%s", string) should be used instead of fprintf(fp, string)
to be safe and compliant. However fputs is more efficient in these
cases and as consequence it was used instead in the attached patch.
.
Thomas Gaugler <thomas@dadie.net> yes

All known versions for source package 'nsis'

Links