components/links/patches/html_r.c.patch
changeset 776 e524216b0586
parent 775 41283dc43a00
child 777 e2e604cdbd6a
equal deleted inserted replaced
775:41283dc43a00 776:e524216b0586
     1 --- links-1.00/html_r.c_   Mon Oct 17 03:49:38 2011
       
     2 +++ links-1.00/html_r.c    Mon Oct 17 04:02:38 2011
       
     3 @@ -1292,6 +1292,7 @@ void html_interpret(struct session *ses)
       
     4  	struct document_options o;
       
     5  	struct f_data_c *fd, *cf = NULL;
       
     6  	/*debug("I");*/
       
     7 +	memset(&o, 0, sizeof(struct document_options));
       
     8  	if (!ses->screen) {
       
     9  		ses->screen = mem_alloc(sizeof(struct f_data_c));
       
    10  		memset(ses->screen, 0, sizeof(struct f_data_c));