The following commit has been merged in the openafs-stable-1_6_x branch:
commit 8f4823934bbad984c5cc2961e4f6fc410afb7535
Author: Andrew Deason <[email protected]>
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 <[email protected]>
Tested-by: BuildBot <[email protected]>
Reviewed-by: Perry Ruiter <[email protected]>
Reviewed-by: Jeffrey Altman <[email protected]>
Reviewed-by: Daria Brashear <[email protected]>
(cherry picked from commit a762e6871ad6837ee126cec9e63d99388b4bf119)
Change-Id: Ie6a2cce500d6a0a7a09c305296f4b34d122d3108
Reviewed-on: http://gerrit.openafs.org/11714
Tested-by: BuildBot <[email protected]>
Tested-by: Andrew Deason <[email protected]>
Reviewed-by: Perry Ruiter <[email protected]>
Reviewed-by: Benjamin Kaduk <[email protected]>
Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
Reviewed-by: Stephan Wiesand <[email protected]>
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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs