poldek: poldek/vfile/vfetch.c - killed stupid SIGSEV (#5774)

mis mis at pld-linux.org
Sun Apr 2 21:49:17 CEST 2006


Author: mis                          Date: Sun Apr  2 19:49:17 2006 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- killed stupid SIGSEV (#5774)

---- Files affected:
poldek/poldek/vfile:
   vfetch.c (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: poldek/poldek/vfile/vfetch.c
diff -u poldek/poldek/vfile/vfetch.c:1.13 poldek/poldek/vfile/vfetch.c:1.14
--- poldek/poldek/vfile/vfetch.c:1.13	Sun May 15 17:47:00 2005
+++ poldek/poldek/vfile/vfetch.c	Sun Apr  2 21:49:12 2006
@@ -299,7 +299,7 @@
             snprintf(url, sizeof(url), req->url);
             vf_request_free(req);
             req = NULL;
-            rc = vf_fetch(req->url, destdir, flags, NULL);
+            rc = vf_fetch(url, destdir, flags, NULL);
         }
     }
     if (req)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/poldek/vfile/vfetch.c?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list