Comment 9 for bug 1301108

Revision history for this message
Seth Arnold (seth-arnold) wrote :

I'd appreciate another look at the package hardening; the pyqt5 build logs show that fortify is requested for 584 compilations (give or take grep mistakes), the stack protector for 584 compilations, PIE and pie for 72 to 74 compilations, and there's 790-ish compilations total. But hardening-check reports of the object files:

- 2 objects have Fortify Source functions, 25 do not, 29 not needed
- 2 executables are not compiled PIE
- 3 objects have stack protection, 53 do not.

I would like to know why the 25 object files don't have Fortify source turned on, and why 53 of 56 object files didn't get stack protection turned on.

Thanks