[Forensics-changes] [SCM] debian-forensics/extundelete branch, debian, updated. debian/0.2.0-1-14-g1dd3169

Christophe Monniez christophe.monniez at fccu.be
Thu Dec 13 08:23:02 UTC 2012


The following commit has been merged in the debian branch:
commit 1dd3169b2af4c776ca430804fc17246c088b4f74
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Thu Dec 13 09:18:45 2012 +0100

    Adding nm patch from Antonio Terceiro to fix a segfault (Closes: #670815).

diff --git a/debian/patches/01_fix_segmentation_fault.patch b/debian/patches/01_fix_segmentation_fault.patch
new file mode 100644
index 0000000..653ad9e
--- /dev/null
+++ b/debian/patches/01_fix_segmentation_fault.patch
@@ -0,0 +1,17 @@
+Description: fixes segmentation fault when trying to restore files
+Author: Deekoo L.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670815
+Origin: Debian bug #670815
+Tested-By: Antonio Terceiro <terceiro at debian.org>
+Last-Update: 2012-12-13
+
+--- a/src/block.c
++++ b/src/block.c
+@@ -77,6 +77,7 @@
+ 	ext2_filsys		fs;
+ 	ext2_ino_t 		ino;
+ 	struct ext2_inode	*inode;
++    struct ext2_inode   inodebuf;
+ 	int			type;
+ 	int			level;
+ 	int			max_depth;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cc121f7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_fix_segmentation_fault.patch

-- 
debian-forensics/extundelete



More information about the forensics-changes mailing list