Re: rpki-client: three leaks in cert.c

2022-05-10 Thread Claudio Jeker
On Tue, May 10, 2022 at 01:47:44PM +0200, Theo Buehler wrote: > In sbgp_asrange() and sbgp_addr_range(), the ASN1_SEQUENCE_ANY *seq is > potentially leaked due to early return 0 instead of goto out. The last > hunk collides with my IPAddrBlocks diff. Sending this out so I don't > forget. > > Index

rpki-client: three leaks in cert.c

2022-05-10 Thread Theo Buehler
In sbgp_asrange() and sbgp_addr_range(), the ASN1_SEQUENCE_ANY *seq is potentially leaked due to early return 0 instead of goto out. The last hunk collides with my IPAddrBlocks diff. Sending this out so I don't forget. Index: cert.c =