Re: fix use after free in proxy_parse_uri()

2022-10-18 Thread Theo Buehler
On Tue, Oct 18, 2022 at 03:25:36PM +0200, Claudio Jeker wrote: > With rev 1.65 proxy_parse_uri() can assign a pointer to proxyport > that is part of fullhost and so points to freed memory (once that function > returns). The fix is to copy the port as well. > > This should be a fix for > https://gi

fix use after free in proxy_parse_uri()

2022-10-18 Thread Claudio Jeker
With rev 1.65 proxy_parse_uri() can assign a pointer to proxyport that is part of fullhost and so points to freed memory (once that function returns). The fix is to copy the port as well. This should be a fix for https://github.com/rpki-client/rpki-client-portable/issues/74 -- :wq Claudio Index: