OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3510-g961fcc6
Gerrit Code Review
gerrit@openafs.org
Tue, 26 Feb 2013 03:50:23 -0800 (PST)
The following commit has been merged in the master branch:
commit 961fcc63640ee95e9b1cfebe92d71e3b9f3d9f52
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Feb 21 16:18:26 2013 +0000
crypto: _afscrypto_strdup must copy trailing NUL
The _afscrypto_strdup helper function was failing to alloc enough
space for the string's trailing NUL, and to copy that NUL over.
Caught by coverity (#985580)
Change-Id: I61c9a96275a79682a9521846ab52615ea5bc061d
Reviewed-on: http://gerrit.openafs.org/9263
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/crypto/hcrypto/kernel/alloc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository