This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
PATCH: add binutils to packages-tested section of BP project page
- To: gcc at gcc dot gnu dot org
- Subject: PATCH: add binutils to packages-tested section of BP project page
- From: Greg McGary <greg at mcgary dot org>
- Date: Wed, 9 Aug 2000 00:54:46 -0700
I just committed this:
Index: htdocs/projects/bp/main.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/bp/main.html,v
retrieving revision 1.5
diff -u -p -r1.5 main.html
--- main.html 2000/08/08 04:49:36 1.5
+++ main.html 2000/08/09 07:54:24
@@ -508,7 +508,7 @@ Unless otherwise noted, tests were done
<p>100% of the test suite passes after fixing the bugs listed above.
(However, the maintainer admits that the test suite is hardly
-comprehensive.) Fixes should appear in 3.0.61.
+comprehensive.) Fixes appear in 3.0.6.
</p>
<li><h3>GNU textutils 2.0g</h3>
@@ -526,7 +526,7 @@ comprehensive.) Fixes should appear in
</ul>
<p>100% of the test suite passes after fixing the bugs listed above.
-Fixes should appear in 2.0h</p>
+Fixes appear in 2.0h</p>
<li><h3>GNU shellutils 2.0k</h3>
@@ -558,6 +558,22 @@ Fixes should appear in 2.0h</p>
and compliling with ``<code>gcc ... -fno-strict-aliasing</code>''.
A strict-aliasing bug for i586 and i686 caused two assertion failures
in <code>kpathsea</code>.</p>
+
+<li><h3>GNU binutils 2.10</h3>
+
+<p>Bounds violations exposed:</p>
+ <ul>
+ <li> <code>bfd/archive.c</code>: Many calls to sprintf
+ for filling fields of <code>struct ar_hdr</code> write
+ a NUL-terminator one beyond the end of the field.
+ <li> <code>ld/ldlang.c</code>: Missing prototype for
+ <code>walk_wild.c</code> caused callback pointer to be erroneously
+ treated as bounded. gcc should be fixed to handle this, since
+ the non-prototype definition of <code>walk_wild</code> appeared
+ before its use.
+ </ul>
+
+<p>100% of the test suite passes after fixing the bug listed above.</p>
<li><h3>GNU fileutils 4.0y</h3>