wget/wget-1.10.2-218211.patch
Karsten Hopp a8c1c1519d - add distflag, rebuild
- Resolves: #218211 fix double free corruption
2006-12-07 13:12:17 +00:00

11 lines
293 B
Diff

--- wget-1.10.2/src/ftp.c.218211 2006-12-07 13:51:06.000000000 +0100
+++ wget-1.10.2/src/ftp.c 2006-12-07 13:51:25.000000000 +0100
@@ -1315,6 +1315,7 @@
con->target = lf;
err = ftp_loop_internal (u, NULL, con);
+ lf = con->target;
con->target = old_target;
if (err == RETROK)