wget-1.8-dev Segmentation fault when retrieving from file

2001-11-27 Thread Ian Abbott
I got a segmentation fault when retrieving URLs from a file. 2001-11-27 Ian Abbott [EMAIL PROTECTED] * retr.c (retrieve_from_file): Initialize `new_file' to NULL to prevent seg fault. Index: src/retr.c === RCS

Re: wget-1.8-dev Segmentation fault when retrieving from file

2001-11-27 Thread Hrvoje Niksic
Ian Abbott [EMAIL PROTECTED] writes: I got a segmentation fault when retrieving URLs from a file. 2001-11-27 Ian Abbott [EMAIL PROTECTED] * retr.c (retrieve_from_file): Initialize `new_file' to NULL to prevent seg fault. Good catch. I've applied this, thanks!