]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
When using KTRACE, set a variable to the appropriate value and don't
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 Jun 2015 06:06:38 +0000 (06:06 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 Jun 2015 06:06:38 +0000 (06:06 +0000)
commitd5706221450d5e55789b862ea96038ea579c3567
tree6ff609785a3ed678aa2d8059ba5f3a56af4de6fb
parent35bea8985389316522be251e88b5a77e90cdb304
When using KTRACE, set a variable to the appropriate value and don't
leave it initialized at NULL.
Since the affected functions where moved from sys/kern/uipc_syscalls.c
to sys/netinet/sctp_syscalls.c it was not possible to MFC r284613.
Therefore, this is a direct commit with the corresponding changes of r284613.

Reported by: Coverity
CID: 10180581018060

git-svn-id: svn://svn.freebsd.org/base/stable/10@284696 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/uipc_syscalls.c