Date: Tue, 17 Oct 2006 16:52:10 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_socket.c Message-ID: <200610171652.k9HGqAf7037820@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2006-10-17 16:52:10 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c Log: Some clenaup of ngs_rcvmsg(): - Inline ship_msg() into ngs_rcvmsg(). - Plug memory leak in case if no control socket present. - Remove malloc() and allocate the sockaddr on stack. - style(9). Revision Changes Path 1.79 +46 -60 src/sys/netgraph/ng_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610171652.k9HGqAf7037820>