]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r279410:
authorrstone <rstone@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Sep 2015 18:21:47 +0000 (18:21 +0000)
committerrstone <rstone@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Sep 2015 18:21:47 +0000 (18:21 +0000)
commit34d4d8f2831983d2e73faf98e47f38631dfd7085
treefd0440456f2a2ad3ba2a3e01983a8e8807fc6ea8
parent2476575a7f56df69770c7cdb025a2cd455d4fd17
MFC r279410:

  Correct the use of an unitialized variable in sendfind_getobj()

  When sendfile_getobj() is called on a DTYPE_SHM file, it never
  initializes error, which is eventually returned to the caller.

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