Skip to content

Commit cacdf0a

Browse files
committed
re
1 parent ee9c667 commit cacdf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/xcoff/file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func NewFile(r io.ReaderAt) (*File, error) {
262262
}
263263
r2 := r
264264
if scnptr == 0 { // .bss must have all 0s
265-
r2 = new(nobitsSectionReader)
265+
r2 = &nobitsSectionReader{}
266266
}
267267
s.sr = io.NewSectionReader(r2, int64(scnptr), int64(s.Size))
268268
s.ReaderAt = s.sr

0 commit comments

Comments
 (0)