freebsd-dev/sys/rpc/rpcsec_gss
Conrad Meyer e3081f7e3e 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.

Reported by:	Coverity
CID:		1007639
Sponsored by:	EMC / Isilon Storage Division
2016-04-20 04:45:23 +00:00
..
rpcsec_gss_conf.c
rpcsec_gss_int.h
rpcsec_gss_misc.c
rpcsec_gss_prot.c
rpcsec_gss.c
svc_rpcsec_gss.c kgssapi(4): Fix string overrun in Kerberos principal construction 2016-04-20 04:45:23 +00:00