From 2517a973ac478af398224c4b2c0a78692e121c98 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Tue, 23 Jun 2015 18:29:45 -0500 Subject: [PATCH] Account for different diretory structure in repo that provided the patch --- cve-2015-4645.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cve-2015-4645.patch b/cve-2015-4645.patch index 0f789d5..f69025f 100644 --- a/cve-2015-4645.patch +++ b/cve-2015-4645.patch @@ -1,7 +1,7 @@ -diff --git a/unsquash-4.c b/unsquash-4.c +diff --git a/squashfs-tools/unsquash-4.c b/squashfs-tools/unsquash-4.c index ecdaac796f09..2c0cf63daf67 100644 ---- a/unsquash-4.c -+++ b/unsquash-4.c +--- a/squashfs-tools/unsquash-4.c ++++ b/squashfs-tools/unsquash-4.c @@ -31,9 +31,9 @@ static unsigned int *id_table; int read_fragment_table_4(long long *directory_table_end) {