Re: bug in 2.6.22.6, net/sunrpc/svcsock.c

2007-09-03 Thread Satyam Sharma
Hi Wolfgang, On Mon, 3 Sep 2007, Wolfgang Walter wrote: > > in 2.6.22.6, net/sunrpc/svcsock.c > > random characters are printed by svc_tcp_accept: > > lockd: last TCP connect from > [...] > > --- linux-2.6.22.6/net/sunrpc/svcsock.c 2007-08-27 18:10:14.0 > +0200 > +++ lin

bug in 2.6.22.6, net/sunrpc/svcsock.c

2007-09-03 Thread Wolfgang Walter
Hello, in 2.6.22.6, net/sunrpc/svcsock.c random characters are printed by svc_tcp_accept: lockd: last TCP connect from because buf is used unitialized: printk(KERN_NOTICE "%s: last TCP connect from %s\n", serv->sv_name, buf); Probably it should be printk(KERN_NOTICE