group.gr_mem is a vector of pointers; use address of buffer instead
authorClinton Ebadi <clinton@unknownlamer.org>
Wed, 5 Mar 2014 05:31:04 +0000 (00:31 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Wed, 5 Mar 2014 05:37:01 +0000 (00:37 -0500)
commit446846ba6e3503a1affac69d308a73c7484453ef
treef9975fd15e7389473a7ccf331fc1e81183459b28
parent5fea146a0336c48c8628edabfde1288ae988d249
group.gr_mem is a vector of pointers; use address of buffer instead
of buffer. This could have caused reading of garbage memory if the NSS
implementation does not zero out the buffer passed to NSS modules.
nss_afs.c