bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/13482] inaccurate documentation


From: nickc at redhat dot com
Subject: [Bug binutils/13482] inaccurate documentation
Date: Wed, 01 Feb 2012 15:47:42 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13482

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |nickc at redhat dot com
         Resolution|                            |FIXED

--- Comment #2 from Nick Clifton <nickc at redhat dot com> 2012-02-01 15:47:42 
UTC ---
Hi Dave,

  Thanks for reporting this problem.  It is not a documentation error - spaces
are allowed in the strings in .note sections.  Rather it was a couple of
off-by-one errors in readelf which were being triggered because "Version 1.0"
is exactly 12 bytes long.  If you had tried "Version 1.09" it would have
worked...

  Anyway I have checked in a patch to fix the problem, and to add a test to the
binutils testsuite to make sure that this issue does not reoccur.

Cheers
  Nick

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]