]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r298336:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 May 2016 08:30:26 +0000 (08:30 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 May 2016 08:30:26 +0000 (08:30 +0000)
commit05ee32e5841356823d89807ba9ce4b38b75e527a
tree4d8e043f7295d5ad25f8af2f74bc435fa3399392
parentbab5be3abce4fbbd7ffa6ea5465402d1a5fd01b9
MFC r298336:
r298336 (by cem):

kgssapi(4): Fix string overrun in Kerberos principal construction

'buf.value' was previously treated as a nul-terminated string, but only
allocated with strlen() space.  Rectify this.

CID: 1007639

git-svn-id: svn://svn.freebsd.org/base/stable/10@299619 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c