all: enhance CMake tests; assorted updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-04-06 15:47:46 +02:00
parent ed35613d64
commit 97cf29ffbb
22 changed files with 473 additions and 398 deletions
+2 -2
View File
@@ -267,7 +267,7 @@ int PackVmlinuzI386::decompressKernel()
fd_pos = -1;
// open
fi->seek(gzoff, SEEK_SET);
fd = fi->dup();
fd = fi->dupFd();
if (fd < 0)
break;
gzFile zf = gzdopen(fd, "rb");
@@ -849,7 +849,7 @@ int PackVmlinuzARMEL::decompressKernel()
fd_pos = -1;
// open
fi->seek(gzoff, SEEK_SET);
fd = fi->dup();
fd = fi->dupFd();
if (fd < 0)
break;
gzFile zf = gzdopen(fd, "rb");