Opened 14 years ago
Closed 14 years ago
#2527 closed Bugs (fixed)
Boost Jam hardening patch
Reported by: | Owned by: | René Rivera | |
---|---|---|---|
Milestone: | Boost.Jam 3.1.17 | Component: | bjam |
Version: | Boost.Jam 3.1.16 | Severity: | Problem |
Keywords: | Cc: |
Description
A Debian user reports:
When compiling with -D_FORTIFY_SOURCE=2 and -Wformat-security (as seen when doing builds with hardening-wrapper[1]), boost1.36 will fail to build when it builds the initial tools (since Debian uses -Werror).
The attached patch fixes these issues.
Thanks,
-Kees
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | jam-hardening.patch added |
---|
comment:1 by , 14 years ago
Milestone: | Boost 1.38.0 → Boost.Jam 3.1.17 |
---|---|
Status: | new → assigned |
Version: | Boost 1.37.0 → Boost.Jam 3.1.16 |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [49877]) Fix some possible overrun issues revealed by Fortify build. Thanks to Steven Robbins for pointing out the issues. (fixes #2527)