Re: rpki-client: fix wrong conditional

2022-03-10 Thread Theo Buehler
On Thu, Mar 10, 2022 at 06:29:40PM +0100, Martin Vahlensieck wrote: > On Thu, Mar 10, 2022 at 06:15:48PM +0100, Theo Buehler wrote: > > On Thu, Mar 10, 2022 at 06:03:14PM +0100, Claudio Jeker wrote: > > > On Thu, Mar 10, 2022 at 05:54:21PM +0100, Theo Buehler wrote: > > > > On Thu, Mar 10, 2022 at

Re: rpki-client: fix wrong conditional

2022-03-10 Thread Martin Vahlensieck
On Thu, Mar 10, 2022 at 06:15:48PM +0100, Theo Buehler wrote: > On Thu, Mar 10, 2022 at 06:03:14PM +0100, Claudio Jeker wrote: > > On Thu, Mar 10, 2022 at 05:54:21PM +0100, Theo Buehler wrote: > > > On Thu, Mar 10, 2022 at 05:51:46PM +0100, Claudio Jeker wrote: > > > > On Thu, Mar 10, 2022 at 05:33

Re: rpki-client: fix wrong conditional

2022-03-10 Thread Theo Buehler
On Thu, Mar 10, 2022 at 06:03:14PM +0100, Claudio Jeker wrote: > On Thu, Mar 10, 2022 at 05:54:21PM +0100, Theo Buehler wrote: > > On Thu, Mar 10, 2022 at 05:51:46PM +0100, Claudio Jeker wrote: > > > On Thu, Mar 10, 2022 at 05:33:28PM +0100, Martin Vahlensieck wrote: > > > > Hi > > > > > > > > Thi

Re: rpki-client: fix wrong conditional

2022-03-10 Thread Claudio Jeker
On Thu, Mar 10, 2022 at 05:54:21PM +0100, Theo Buehler wrote: > On Thu, Mar 10, 2022 at 05:51:46PM +0100, Claudio Jeker wrote: > > On Thu, Mar 10, 2022 at 05:33:28PM +0100, Martin Vahlensieck wrote: > > > Hi > > > > > > This pulls up and adjusts the check if i exceeds the bounds of pfds. > > > Bef

Re: rpki-client: fix wrong conditional

2022-03-10 Thread Theo Buehler
On Thu, Mar 10, 2022 at 05:51:46PM +0100, Claudio Jeker wrote: > On Thu, Mar 10, 2022 at 05:33:28PM +0100, Martin Vahlensieck wrote: > > Hi > > > > This pulls up and adjusts the check if i exceeds the bounds of pfds. > > Before it was technically wrong, as i > NPFDS means that the last > > write (

Re: rpki-client: fix wrong conditional

2022-03-10 Thread Claudio Jeker
On Thu, Mar 10, 2022 at 05:33:28PM +0100, Martin Vahlensieck wrote: > Hi > > This pulls up and adjusts the check if i exceeds the bounds of pfds. > Before it was technically wrong, as i > NPFDS means that the last > write (i == NPFDS) was already out of bounds. I see no reason to pull up the che

rpki-client: fix wrong conditional

2022-03-10 Thread Martin Vahlensieck
Hi This pulls up and adjusts the check if i exceeds the bounds of pfds. Before it was technically wrong, as i > NPFDS means that the last write (i == NPFDS) was already out of bounds. Best, Martin Index: http.c === RCS file: /cvs/