Mailing List Archive

Re: nessus-libraries/libnessus store.c, 1.28.2.4, 1.28.2.5
Hi,

I am not sure what the bug is fixed here, but shouldn't this
then be fixed in HEAD as well?

Best

Jan

On Tue, Jun 28, 2005 at 06:40:01PM -0400, renaud@nessus.org wrote:
> Update of /usr/local/cvs/nessus-libraries/libnessus
> In directory raccoon.nessus.org:/tmp/cvs-serv12697
>
> Modified Files:
> Tag: NESSUS_2_2
> store.c
> Log Message:
> bugfix
>
> Index: store.c
> ===================================================================
> RCS file: /usr/local/cvs/nessus-libraries/libnessus/store.c,v
> retrieving revision 1.28.2.4
> retrieving revision 1.28.2.5
> diff -u -d -r1.28.2.4 -r1.28.2.5
> --- store.c 24 Jun 2005 19:15:24 -0000 1.28.2.4
> +++ store.c 28 Jun 2005 22:39:58 -0000 1.28.2.5
> @@ -523,15 +523,18 @@
> close(fd);
>
>
> +#if 0
> ret = emalloc(sizeof(struct arglist));
> plug_set_id(ret, _plug_get_id(plugin));
> plug_set_category(ret, _plug_get_category(plugin));
> plug_set_fname(ret, file);
> plug_set_path(ret, path);
> + plug_set_name(ret, name);
> arg_add_value(ret, "preferences", ARG_ARGLIST, -1, arg_get_value(plugin, "preferences"));
> arg_set_value(plugin, "preferences", -1, NULL);
> arg_free_all(plugin);
> - return ret;
> +#endif
> + return plugin;
> }
>
>
>
> _______________________________________________
> Nessus-cvs mailing list
> Nessus-cvs@list.nessus.org
> http://mail.nessus.org/mailman/listinfo/nessus-cvs

--
Jan-Oliver Wagner http://intevation.de/~jan/
Intevation GmbH http://intevation.de/
Kolab Konsortium http://kolab-konsortium.de/
FreeGIS http://freegis.org/
Re: Re: nessus-libraries/libnessus store.c, 1.28.2.4, 1.28.2.5 [ In reply to ]
On Jun 30, 2005, at 10:51, Jan-Oliver Wagner wrote:

> Hi,
>
> I am not sure what the bug is fixed here, but shouldn't this
> then be fixed in HEAD as well?

I don't think it affets HEAD at the moment. I'll look into it later on.