[Bug binutils/26548] LEB decoding error

2020-08-28 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26548

Nick Clifton  changed:

   What|Removed |Added

   Last reconfirmed||2020-08-28
 CC||nickc at redhat dot com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
   Assignee|unassigned at sourceware dot org   |nickc at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/26548] LEB decoding error

2020-08-28 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26548

--- Comment #1 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by Nick Clifton :

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=08d7da7dc9e130cbaf072c2588e1b392c2d7503e

commit 08d7da7dc9e130cbaf072c2588e1b392c2d7503e
Author: Nick Clifton 
Date:   Fri Aug 28 16:04:49 2020 +0100

Fix a bogus error message from the DWARF LEB129 decoder when trying to read
a signed LEB128 value containing the largest possible signed negative integer
value.

PR 26548
* dwarf.c (read_leb128): When checking for overflow of a signed
read, use a signed shift.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/26548] LEB decoding error

2020-08-28 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26548

Nick Clifton  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Nick Clifton  ---
Hi Laurent,

  Thanks for reporting this problem.  I have checked in a small patch
  which I believe will resolve the problem.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/26548] LEB decoding error

2020-08-28 Thread laurent.stacul at amadeus dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26548

--- Comment #3 from laurent.stacul at amadeus dot com ---
(In reply to Nick Clifton from comment #2)
> Hi Laurent,
> 
>   Thanks for reporting this problem.  I have checked in a small patch
>   which I believe will resolve the problem.
> 
> Cheers
>   Nick

Thanks very much for such a rapid patch !
Regards,
Laurent

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/26548] LEB decoding error

2020-08-31 Thread romain.geissler at amadeus dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26548

Romain Geissler  changed:

   What|Removed |Added

 CC||romain.geissler at amadeus dot 
com

--- Comment #4 from Romain Geissler  ---
Hi Nick,

Thanks for this patch. Do you think we should also backport it in the release
branch 2.35 ?

Cheers,
Romain

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/26548] LEB decoding error

2020-09-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26548

--- Comment #6 from Nick Clifton  ---
(In reply to Romain Geissler from comment #4) 
> Thanks for this patch. Do you think we should also backport it in the
> release branch 2.35 ?

Yup.  Done.  :-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/26548] LEB decoding error

2020-09-03 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26548

--- Comment #5 from cvs-commit at gcc dot gnu.org  ---
The binutils-2_35-branch branch has been updated by Nick Clifton
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1f1ded87c9250deb986067eac6d53663f3f69e09

commit 1f1ded87c9250deb986067eac6d53663f3f69e09
Author: Nick Clifton 
Date:   Thu Sep 3 15:52:53 2020 +0100

Import a patch from mainline to fix a spurious overflow error when decoding
negative LEB128 values.

PR 26548
* dwarf.c (read_leb128): When checking for overflow of a signed
read, use a signed shift.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug binutils/26548] LEB decoding error

2022-01-26 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26548

Andrew Pinski  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=104238
 CC||pinskia at gcc dot gnu.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.