]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r279410:
authorrstone <rstone@FreeBSD.org>
Thu, 17 Sep 2015 18:21:47 +0000 (18:21 +0000)
committerrstone <rstone@FreeBSD.org>
Thu, 17 Sep 2015 18:21:47 +0000 (18:21 +0000)
commita5578a13a31cb57fe230f49fe8e7f959295992cd
treefd0440456f2a2ad3ba2a3e01983a8e8807fc6ea8
parentb58eab535b4726f142051f162cd221b1bc443944
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.
sys/kern/uipc_syscalls.c