Bug 9698 - fix undefined sprintf behaviour
Summary: fix undefined sprintf behaviour
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: gas (show other bugs)
Version: 2.20
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-31 11:09 UTC by Matthias Klose
Modified: 2009-01-02 14:22 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
patch (1.10 KB, patch)
2008-12-31 11:09 UTC, Matthias Klose
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2008-12-31 11:09:00 UTC
seen scanning sources for undefined sprintf behaviour (on Linux exposed when
building with -D_FORTIFY_SOURCE=2). The files itself are not built when building
binutils natively on Linux.
Comment 1 Matthias Klose 2008-12-31 11:09:43 UTC
Created attachment 3628 [details]
patch
Comment 2 Nick Clifton 2009-01-02 14:22:50 UTC
Hi Matthias,

  Thanks for reporting this problem and supplying the fix as well.

  I have checked in your patch and the changelog entries.

Cheers
  Nick