Re: svn commit: r306337 - head/sys/kern

2016-10-04 Thread Lohith Bellad
mbuf to store mp->msg_control. Later in kern_sendit(), call to >> getsock_cap(), >> H> will check validity of file pointer passed, if this fails EBADF is >> returned but >> H> mbuf allocated in sockargs() is not freed. Fix this possible leak. &

Re: svn commit: r306337 - head/sys/kern

2016-09-27 Thread lohith bellad
Hi Bruce and Hiren, This is regarding the following commit, which led to kernel panic!!! https://svnweb.freebsd.org/base?view=revision&revision=306337 Discussion thread regarding the kernel panic, https://lists.freebsd.org/pipermail/svn-src-head/2016-September/092110.html Thanks a lot for the