Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 340789 - sci-electronics/alliance _FORTIFY_SOURCE indicates presence of overflow
Summary: sci-electronics/alliance _FORTIFY_SOURCE indicates presence of overflow
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: fortify-source
  Show dependency tree
 
Reported: 2010-10-13 01:04 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-10-15 14:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (compressed) (alliance-5.0.20070718:20101012-190009.log.gz,137.30 KB, application/gzip)
2010-10-13 01:07 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-10-13 01:04:35 UTC
You're receiving this bug because the package in Summary has produced _FORTIFY_SOURCE related warnings indicating the presence of a sure overflow in a static buffer.

Even though this is not always an indication of a security problem it might even be. So please check this out ASAP.

By the way, _FORTIFY_SOURCE is disabled when you disable optimisation, so don't try finding out the cause using -O0.

Thanks,
Your friendly neighborhood tinderboxer
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-10-13 01:07:33 UTC
Created attachment 250419 [details]
Build log (compressed)
Comment 2 Thomas Beierlein gentoo-dev 2010-10-13 19:40:57 UTC
Sorry, the attached log does not look like a log file. Instead it seems to be a binary. Please check and resubmit Diego.

Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-10-13 19:55:27 UTC
Description
Build log (compressed)

It's a gzip-encoded file…
Comment 4 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-10-13 20:03:59 UTC
(In reply to comment #3)
> It's a gzip-encoded file…
It's gzipped twice (guess bug 337784 happened here too) hence the confusion

Comment 5 Thomas Beierlein gentoo-dev 2010-10-13 20:14:42 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > It's a gzip-encoded file…
> It's gzipped twice (guess bug 337784 happened here too) hence the confusion
> 

Ah yes. Now I see. Thanks. I had the idea about double zipping but did not check correctly for it. Thanks anyway.
Comment 6 Thomas Beierlein gentoo-dev 2010-10-15 14:38:56 UTC
Fixed now. Thanks for reporting Diego.

+  15 Oct 2010; Thomas Beierlein <tomjbe@gentoo.org>
+  alliance-5.0.20070718.ebuild, +files/alliance-5.0.20070718-overun.patch,
+  +files/alliance-5.0.20070718-test.patch:
+  Switch to shared linking (bug 252469). Fix tests (bug 282490). Fix buffer
+  overrun (bug 340789).