squashfs-tools/0005-CVE-2021-41072.patch

24 lines
831 B
Diff
Raw Normal View History

2021-11-09 20:42:27 +08:00
From 19fcc9365dcdb2c22d232d42d11012940df64b7c Mon Sep 17 00:00:00 2001
From: Phillip Lougher <phillip@squashfs.org.uk>
Date: Tue, 14 Sep 2021 05:41:27 +0100
Subject: [PATCH] Unsquashfs: Add makefile entry for unsquash-12.o
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
---
squashfs-tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2021-11-25 17:07:44 +08:00
diff --git a/squashfs-tools/Makefile b/squashfs-tools/Makefile
index 1b544ed6..5d6a8de2 100755
2021-11-09 20:42:27 +08:00
--- a/squashfs-tools/Makefile
+++ b/squashfs-tools/Makefile
2021-11-25 17:07:44 +08:00
@@ -393,7 +393,7 @@ unsquash-34.o: unsquashfs.h unsquash-34.c unsquashfs_error.h
2021-11-09 20:42:27 +08:00
2021-11-25 17:07:44 +08:00
unsquash-1234.o: unsquash-1234.c unsquashfs_error.h
2021-11-09 20:42:27 +08:00
-unsquash-1234.o: unsquash-12.c
+unsquash-12.o: unsquash-12.c unsquashfs.h
2021-11-25 17:07:44 +08:00
unsquashfs_xattr.o: unsquashfs_xattr.c unsquashfs.h squashfs_fs.h xattr.h unsquashfs_error.h
2021-11-09 20:42:27 +08:00