Opened 14 years ago

Closed 14 years ago

#2527 closed Bugs (fixed)

Boost Jam hardening patch

Reported by: Steven Robbins <smr@…> 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

[1] http://wiki.debian.org/Hardening

Attachments (1)

jam-hardening.patch (2.5 KB ) - added by Steven Robbins <smr@…> 14 years ago.

Download all attachments as: .zip

Change History (3)

by Steven Robbins <smr@…>, 14 years ago

Attachment: jam-hardening.patch added

comment:1 by René Rivera, 14 years ago

Milestone: Boost 1.38.0Boost.Jam 3.1.17
Status: newassigned
Version: Boost 1.37.0Boost.Jam 3.1.16

comment:2 by René Rivera, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [49877]) Fix some possible overrun issues revealed by Fortify build. Thanks to Steven Robbins for pointing out the issues. (fixes #2527)

Note: See TracTickets for help on using tickets.