X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=4299ac5c5ae5fd36093f16a1c54c9f75ed57d8e7;hp=f6096989ef13b92a5eb31b0ff25945951b0af821;hb=4df7703d62dd989aab61e089dfeb999ded956468;hpb=90896e3314dc1741fbfa9ac53631af43ca7b530e diff --git a/src/ChangeLog b/src/ChangeLog index f6096989..4299ac5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2013-06-19 Tim Ruehsen + + * connect.c (socket_ip_address): zero out ip address structure to + avoid access to uninitialized values by inet_ntop(). + * ftp.c (ftp_loop_internal): fix segfault caused by warc_tmp NULL pointer. + +2013-05-21 Ray Satiro + + * url.c (url_file_name): Use MAX_PATH in Windows. + 2013-06-13 Darshit Shah * http.c (gethttp): Follow RFC 2616 and httpbis specifications when