OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3532-ga332ce9
Gerrit Code Review
gerrit@openafs.org
Wed, 27 Feb 2013 12:43:12 -0800 (PST)
The following commit has been merged in the master branch:
commit a332ce9d0e87fab55f3d286690026fe075f624dd
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Feb 26 22:40:04 2013 +0000
kauth: Fix overflow when writing ticket file
krb_write_ticket_file uses a fixed length buffer to store the name
of the ticket file, but copies into this from an environment variable.
Remove the fixed length buffer, and use a mixture of the variable
itself, and dynamically allocated strings.
Caught by coverity (#985909)
Change-Id: I997fd1812c45e730db39497a27a5e168f102fee5
Reviewed-on: http://gerrit.openafs.org/9294
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/kauth/krb_tf.c | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository