OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_11pre1-15-g8f48239
Gerrit Code Review
gerrit@openafs.org
Fri, 13 Feb 2015 12:33:57 -0500
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 8f4823934bbad984c5cc2961e4f6fc410afb7535
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Feb 4 10:25:38 2015 -0600
rx: Zero unitialized uio structs
We use some uio structures that were allocated on the stack, but we
only initialize them by initializing individual fields. On some
platforms (Solaris is one known example, but probably not the only
one), there are additional fields we do not initialize. Since we
cannot be certain of what any additional fields there may be, just
zero the whole thing.
This is basically the same change as
I0eae0b49a70aee19f3a9ec118b03cfb3a6bd03a3, but in the rx subtree.
Reviewed-on: http://gerrit.openafs.org/11711
Tested-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Daria Brashear <shadow@your-file-system.com>
(cherry picked from commit a762e6871ad6837ee126cec9e63d99388b4bf119)
Change-Id: Ie6a2cce500d6a0a7a09c305296f4b34d122d3108
Reviewed-on: http://gerrit.openafs.org/11714
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/rx/DARWIN/rx_knet.c | 27 ++++++++++++++++-----------
src/rx/FBSD/rx_knet.c | 7 +++++++
src/rx/HPUX/rx_knet.c | 6 ++++++
src/rx/IRIX/rx_knet.c | 6 ++++++
src/rx/NBSD/rx_knet.c | 6 ++++++
src/rx/OBSD/rx_knet.c | 6 ++++++
src/rx/SOLARIS/rx_knet.c | 6 ++++++
7 files changed, 53 insertions(+), 11 deletions(-)
--
OpenAFS Master Repository