]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r250157
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 May 2013 01:36:59 +0000 (01:36 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 May 2013 01:36:59 +0000 (01:36 +0000)
commit5755cbbcff8c26bce16f697e0072002a1b6678a2
tree4b26153bdda07e9c8a81988f83e2c0c4f5b9661a
parent29ea2d5b5e54b4e4978f113ea7e43a4e2b4f1a4f
MFC: r250157
Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0
for the last mbuf of the list with an encrypted message. This patch replaces
the KASSERT() with code that handles this case.

git-svn-id: svn://svn.freebsd.org/base/stable/9@250652 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kgssapi/krb5/krb5_mech.c