Re: net/igmpproxy: Fix buf. overflow and use after free

2025-04-22 Thread Theo Buehler
On Tue, Apr 22, 2025 at 09:39:46AM +0200, Jan Klemkow wrote: > Hi, > > This diff adds local patches to fix a known buffer overflow [1] and a > use after free[2]. Upstream is not very responsive. Thus, we have to > patch this here for now. > > ok? ok You could also consider growing the unknown

net/igmpproxy: Fix buf. overflow and use after free

2025-04-22 Thread Jan Klemkow
Hi, This diff adds local patches to fix a known buffer overflow [1] and a use after free[2]. Upstream is not very responsive. Thus, we have to patch this here for now. ok? bye, jan [1]: https://github.com/pali/igmpproxy/issues/97 [2]: https://github.com/pali/igmpproxy/pull/98 Index: Makefile