Module Name: src Committed By: christos Date: Thu Nov 14 01:18:02 UTC 2013
Modified Files: src/external/gpl3/binutils/dist/binutils: readelf.c Log Message: CID 1102810: Fix uninitialized To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/binutils/dist/binutils/readelf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/binutils/dist/binutils/readelf.c diff -u src/external/gpl3/binutils/dist/binutils/readelf.c:1.7 src/external/gpl3/binutils/dist/binutils/readelf.c:1.8 --- src/external/gpl3/binutils/dist/binutils/readelf.c:1.7 Sun Sep 29 10:03:30 2013 +++ src/external/gpl3/binutils/dist/binutils/readelf.c Wed Nov 13 20:18:02 2013 @@ -6974,6 +6974,11 @@ decode_arm_unwind (struct arm_unw_aux_in remaining = 4; } + else + { + addr.section = SHN_UNDEF; + addr.offset = 0; + } if ((word & 0x80000000) == 0) {