[Forensics-changes] [SCM] debian-forensics/unhide branch, debian, updated. debian/20080519-6-6-g7335d4c
Christophe Monniez
christophe.monniez at fccu.be
Fri Mar 26 22:48:13 UTC 2010
The following commit has been merged in the debian branch:
commit 7335d4cafda7f92c8930c4212cbf854839aa3f68
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date: Fri Mar 26 23:47:30 2010 +0100
Finsihing to update isfaked-leaks patch.
diff --git a/debian/patches/01-isfaked-leaks.patch b/debian/patches/01-isfaked-leaks.patch
new file mode 100644
index 0000000..f86b4fb
--- /dev/null
+++ b/debian/patches/01-isfaked-leaks.patch
@@ -0,0 +1,13 @@
+Index: unhide/unhide-linux26.c
+===================================================================
+--- unhide.orig/unhide-linux26.c 2010-03-26 23:45:25.000000000 +0100
++++ unhide/unhide-linux26.c 2010-03-26 23:45:58.000000000 +0100
+@@ -93,7 +93,7 @@
+ return(0);
+ }
+
+- while (!feof(fich_tmp) && ok == 0) {
++ while (fich_tmp != NULL && !feof(fich_tmp) && ok == 0) {
+ char* tmp_pids = pids;
+
+ fgets(pids, 30, fich_tmp);
diff --git a/debian/patches/series b/debian/patches/series
index e7e549b..f2aea6d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-01-isfaked-leaks
+01-isfaked-leaks.patch
--
debian-forensics/unhide
More information about the forensics-changes
mailing list