From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Wed, 26 Mar 2008 16:59:29 +0100
> Pavel Emelyanov wrote: > > The commits f3db4851 ([NETNS][IPV6] ip6_fib - fib6_clean_all handle several > > network namespaces) and 69ddb805 ([NETNS][IPV6] route6 - Make proc entry > > /proc/net/rt6_stats per namespace) made some proc files per net. > > > > Both of them introduced potential OOPS - get_proc_net can return NULL, but > > this check is lost - and a struct net leak - in case single_open() fails the > > previously got net is not put. > > > > Kill all these bugs with one patch. > > > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> ... > Good catch. Thanks. > > Acked-by: Daniel Lezcano <[EMAIL PROTECTED]> Applied, thanks everyone! _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
