Description: fix segmentation fault on amd64 with gcc-4.6
Author: Niels Thykier <niels@thykier.net>
Last-Update: 2011-05-30

--- a/rman.c
+++ b/rman.c
@@ -4615,7 +4615,7 @@
 filesuck(FILE *in) {
   const int inc=1024*100;	/* what's 100K these days? */
   int len=0,cnt;
-  char *file;
+  char *file=NULL;
 
   do {
     char *tmp = realloc(file, len + inc + 1);
