Actions
Bug #13272
closed64-bit secflags test has wrong ldlibs
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The 64-bit secflags tests end up referring to the 32-bit library path rather than the 64-bit library path making it hard for it to find the libraries it really needs.
Related issues
Updated by Robert Mustacchi over 2 years ago
- Blocks Feature #13274: enable -fstack-protector-strong by default in user land added
Updated by Robert Mustacchi over 2 years ago
I tested this primarily through wsdiff and verified that there were no changes induced by this. I also verified the build on systems with and without the stack protector work that led to me discovering this.
Updated by Electric Monk over 2 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit ea78de644e058ee2f6b1c6bb50fcc07da6e4d7ac
commit ea78de644e058ee2f6b1c6bb50fcc07da6e4d7ac Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-11-04T15:32:38.000Z 13272 64-bit secflags test has wrong ldlibs Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions