Re: rpki-client: unchecked str(n)dup

2021-03-04 Thread Claudio Jeker
On Thu, Mar 04, 2021 at 04:25:53PM +0100, Theo Buehler wrote: > On Thu, Mar 04, 2021 at 04:10:12PM +0100, Claudio Jeker wrote: > > On Thu, Mar 04, 2021 at 03:53:44PM +0100, Theo Buehler wrote: > > > The first two seem obvious oversights. The ones in rsync_base_uri() > > > would end up silently ign

Re: rpki-client: unchecked str(n)dup

2021-03-04 Thread Theo Buehler
On Thu, Mar 04, 2021 at 04:10:12PM +0100, Claudio Jeker wrote: > On Thu, Mar 04, 2021 at 03:53:44PM +0100, Theo Buehler wrote: > > The first two seem obvious oversights. The ones in rsync_base_uri() > > would end up silently ignored: > > queue_add_from_cert > > repo_lookup > > rsync_base_uri >

Re: rpki-client: unchecked str(n)dup

2021-03-04 Thread Claudio Jeker
On Thu, Mar 04, 2021 at 03:53:44PM +0100, Theo Buehler wrote: > The first two seem obvious oversights. The ones in rsync_base_uri() > would end up silently ignored: > queue_add_from_cert > repo_lookup > rsync_base_uri > > Index: http.c >

rpki-client: unchecked str(n)dup

2021-03-04 Thread Theo Buehler
The first two seem obvious oversights. The ones in rsync_base_uri() would end up silently ignored: queue_add_from_cert repo_lookup rsync_base_uri Index: http.c === RCS file: /cvs/src/usr.sbin/rpki-client/http.c,v retrieving revisi