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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to