all: more assorted cleanups; NFCI

This commit is contained in:
Markus F.X.J. Oberhumer
2024-02-02 10:17:16 +01:00
parent d429801498
commit 718ec468ff
26 changed files with 307 additions and 125 deletions
+1 -1
View File
@@ -2948,7 +2948,7 @@ void PeFile::unpack0(OutputFile *fo, const ht &ih, ht &oh, ord_mask_t ord_mask,
if (iobjs > 2) {
// read the noncompressed section
unsigned const size = isection[2].size;
const unsigned size = isection[2].size;
ibuf.dealloc();
ibuf.alloc(size + 1);
fi->seek(isection[2].rawdataptr, SEEK_SET);