The following commit has been merged in the openafs-stable-1_6_x branch:
commit 2ca29f568956b045f5e3ec27a7dc45683fbd5c67
Author: Simon Wilkinson <[email protected]>
Date: Fri Mar 30 19:37:36 2012 +0100
rx: Handle negative returns on packet reads
rxi_RecvMsg returns an int, because it can return a negative value upon
error. Don't store its return value as an unsigned int, because this may
hide the potential errors.
Modify the error handling loop so that errors get to where they are
intended.
Reviewed-on: http://gerrit.openafs.org/7087
Tested-by: BuildBot <[email protected]>
Reviewed-by: Derrick Brashear <[email protected]>
(cherry picked from commit 438d6ba63cda7d7484c545a4fd181803e84d68eb)
Change-Id: I4f479a4e722b5f298ba2be4e86816ebddede701d
Reviewed-on: http://gerrit.openafs.org/10733
Tested-by: BuildBot <[email protected]>
Reviewed-by: Derrick Brashear <[email protected]>
Reviewed-by: Andrew Deason <[email protected]>
Reviewed-by: Stephan Wiesand <[email protected]>
src/rx/rx_packet.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs