Re: [PATCH] bgpd leaks memory when reading roa-set

2020-10-26 Thread Claudio Jeker
On Sun, Oct 25, 2020 at 01:44:43PM +0100, Felix Maurer wrote: > I noticed that bgpd leaks memory when it parses a roa-set containing > multiple entries with the same prefix. Such entries are present in the > output rpki-client generates at the moment. To use rpki-client, one needs to > reload bgpd

[PATCH] bgpd leaks memory when reading roa-set

2020-10-25 Thread Felix Maurer
I noticed that bgpd leaks memory when it parses a roa-set containing multiple entries with the same prefix. Such entries are present in the output rpki-client generates at the moment. To use rpki-client, one needs to reload bgpd regularly, which parses the config file again, which leaks memory.