OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4577-ga762e68
Gerrit Code Review
gerrit@openafs.org
Wed, 4 Feb 2015 17:22:01 -0500
The following commit has been merged in the master branch:
commit a762e6871ad6837ee126cec9e63d99388b4bf119
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.
Change-Id: I400144143bb1f47409eccb931daacc8a5058e074
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>
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