OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-49-g8788462
Gerrit Code Review
gerrit@openafs.org
Sat, 10 Oct 2009 10:06:38 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8788462b65eca3e4b25f0e5bda44eac43a135d79
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Fri Oct 9 06:23:10 2009 -0400
Windows: Prevent fs fetchdata offset bug error from propagating to caller
When the file server fetchdata offset bug is triggered and detected,
not only do we have to behave as if 'length_found' is zero, but we
also must ignore the RXGEN_CC_UNMARSHAL error that will be returned
from rx_EndCall() due to the parsing error that occurred during the
rx_Read32() call.
LICENSE MIT
Reviewed-on: http://gerrit.openafs.org/634
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_dcache.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository