OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4761-g5fd9aed
Gerrit Code Review
gerrit@openafs.org
Fri, 25 Dec 2015 14:03:43 -0500
The following commit has been merged in the master branch:
commit 5fd9aed2ba6f43eeb157560724f56cd742fd3c62
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Mon Mar 4 16:15:37 2013 +0000
compile_et: Don't overflow input file buffer
Don't overlow the buffer that's used for the input filename by
copying in to much with sprintf. Use asprintf to dynamically
allocate a buffer instead.
Link roken for rk_asprintf where needed.
Build compile_et with libtool, to ensure that it is linked statically,
as is needed for build tools such as compile_et. (This requires
a preceding change to set a buildtool_roken make variable.)
Caught by coverity (#985907)
Change-Id: I207dd2c49bcae3f04fa41c826b08a0a615d5f422
Reviewed-on: http://gerrit.openafs.org/9545
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/comerr/Makefile.in | 4 ++--
src/comerr/compile_et.c | 9 +++++++--
2 files changed, 9 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository