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.
&
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