Re: rpki-client fix possible uninitalised variables

2021-05-11 Thread Theo Buehler
On Tue, May 11, 2021 at 09:51:22AM +0200, Claudio Jeker wrote: > Modern gcc warns about these variables being not initalized. > > main.c: In function 'main': > main.c:1064:11: warning: 'rrdppid' may be used uninitialized in this function > [-Wmaybe-uninitialized] >else if (pid == rrdppid) >

rpki-client fix possible uninitalised variables

2021-05-11 Thread Claudio Jeker
Modern gcc warns about these variables being not initalized. main.c: In function 'main': main.c:1064:11: warning: 'rrdppid' may be used uninitialized in this function [-Wmaybe-uninitialized] else if (pid == rrdppid) ^ rrdp_delta.c: In function 'start_publish_withdraw_elem': rrdp_de