*** Antu Sanadi wrote: > On Tuesday 14 October 2014 12:36 PM, flymolon wrote: > >Hi, > >the script 4553.nasl used soc = open_sock_tcp(target) without > >close(soc), is it a bug? > > Yes, socket need to be closed here.
*should* closed. AFAIK any open socket is closed as soon as the NVT exit. Micha -- Michael Meyer OpenPGP Key: 0xAF069E9152A6EFA6 http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 202460 Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
