]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix an mbuf(9) leak in sendmsg() under failure condition and
authordchagin <dchagin@FreeBSD.org>
Sun, 24 May 2015 18:10:07 +0000 (18:10 +0000)
committerdchagin <dchagin@FreeBSD.org>
Sun, 24 May 2015 18:10:07 +0000 (18:10 +0000)
commit706fa727d79be3be62a854dcaa7030b647104808
treec9fd1d946b2123d5c6946e8acf648d229063dc10
parent9ffc61f92367024b00bec081162030eb847bf9f7
Fix an mbuf(9) leak in sendmsg() under failure condition and
remove unneeded check for failed M_WAITOK allocation.

Found by: Brainy Code Scanner
Reported by: Maxime Villard
sys/compat/linux/linux_socket.c