Comment 17 for bug 1664302

Revision history for this message
Michael Ritzert (michael-ritzert) wrote :

Concerning stack corruption: Everything is built with
 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4
so the most trivial cases would lead to immediate termination of the program.