Re: rpki-client: don't leak d->uri in add_delta()

2021-04-01 Thread Theo de Raadt
Yep. Theo Buehler wrote: > d->uri was allocated by xstrdup(), so needs to be freed. Was going back > and forth between the below and adding free(d->uri). > > Index: rrdp_notification.c > === > RCS file:

rpki-client: don't leak d->uri in add_delta()

2021-04-01 Thread Theo Buehler
d->uri was allocated by xstrdup(), so needs to be freed. Was going back and forth between the below and adding free(d->uri). Index: rrdp_notification.c === RCS file: /cvs/src/usr.sbin/rpki-client/rrdp_notification.c,v retrieving