New Upstream Release - golang-github-daaku-go.zipexe

Ready changes

Summary

Merged new upstream version: 1.0.2 (was: 1.0.1).

Resulting package

Built on 2022-12-14T19:37 (took 3m51s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases golang-github-daaku-go.zipexe-dev

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index dbbfe22..f830a97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-daaku-go.zipexe (1.0.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 14 Dec 2022 19:35:08 -0000
+
 golang-github-daaku-go.zipexe (1.0.1-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/zipexe.go b/zipexe.go
index 6004606..55ff90d 100644
--- a/zipexe.go
+++ b/zipexe.go
@@ -125,8 +125,10 @@ func zipExeReaderElf(rda io.ReaderAt, size int64) (*zip.Reader, error) {
 		}
 
 		// Check if this section has a zip file
-		if zfile, err := zip.NewReader(sect, int64(sect.Size)); err == nil {
-			return zfile, nil
+		if sect.ReaderAt != nil {
+			if zfile, err := zip.NewReader(sect, int64(sect.Size)); err == nil {
+				return zfile, nil
+			}
 		}
 
 		// Otherwise move end of file pointer

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details