https://sourceware.org/bugzilla/show_bug.cgi?id=23531
--- 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=66b09c7ea97ffa4e0a175393fa7a8f240b00fbde
commit 66b09c7ea97ffa4e0a175393fa7
https://sourceware.org/bugzilla/show_bug.cgi?id=23531
Nick Clifton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=23531
Bug ID: 23531
Summary: crash accessing address 0 in readelf (binutils-2.2.7a)
Product: binutils
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P2
gzilla :)
Best
Laurent
From: Nick Clifton
Sent: Tuesday, July 31, 2018 9:40 AM
To: Laurent Simon; bug-binutils@gnu.org
Subject: Re: crash accessing address 0 in readelf (binutils-2.2.7a)
Hi Laurent,
> I've come across an issue in readelf (binutils-2
Hi Laurent,
> I've come across an issue in readelf (binutils-2.2.7a), as follows:
Thanks for reporting this problem. In the future, would you mind using
the binutils bugzilla system as this allows us to keep a track of the
bug and fixes that we create for it:
https://sourceware.org/bugzilla/ent
Hi
I've come across an issue in readelf (binutils-2.2.7a), as follows:
Problem:
---
"readelf -a input" crashes trying to access uninitialized memory (0) if given
the right input.
Reproduce:
-
$ CFLAGS="-g -fsanitize=address" CC=clang ../configure --disable-shared
--disable-nls --d