Change-Id: I085870d978a3a560588711882c77060d136d867a
Reviewed-on: https://go-review.googlesource.com/87415
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
defer f.Close()
c := 0
+sections:
for i, s := range f.Sections {
if s.Type != elf.SHT_NOTE {
continue
if len(d) < 12 {
t.Logf("note section %d too short (%d < 12)", i, len(d))
- continue
+ continue sections
}
namesz := f.ByteOrder.Uint32(d)
if int(12+an+ad) > len(d) {
t.Logf("note section %d too short for header (%d < 12 + align(%d,4) + align(%d,4))", i, len(d), namesz, descsz)
- continue
+ continue sections
}
// 3 == NT_GNU_BUILD_ID