summarylogtreecommitdiffstats
path: root/segv.patch
blob: 2eb51d4d0bd3c94740775c6bbf66a5a7fa149847 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -urN a/config-handler.c b/config-handler.c
--- a/config-handler.c	2005-03-30 15:17:45.000000000 +0200
+++ b/config-handler.c	2016-05-07 19:08:49.469953560 +0200
@@ -92,6 +92,7 @@
   entry->absolute = absolute;
   entry->gid = gid;
   entry->uid = uid;
+  entry->next = NULL;
 
   /* remember last entry */
   config_last_entry = entry;