OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-110-gb40b606
Gerrit Code Review
gerrit@openafs.org
Thu, 3 Dec 2009 08:27:06 -0800 (PST)
The following commit has been merged in the master branch:
commit b40b60650cf91f005990bc2e55185a4af7e2cd4b
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Mon Aug 17 12:30:44 2009 -0400
Use xdr_alloc and xdr_free within ptuser
If the memory allocation routines for libafsauthent and libafsrpc
differ, callers of the ptuser routines in libafsauthent will crash.
Use xdr_alloc and xdr_free in ptuser to ensure that the memory
allocation routines are always consistent.
LICENSE MIT
Change-Id: I20fa1e1fc0677917e47e2ed9f0eaec83f23b699b
Change-Id: Id31bf20b482e9502a5af79f4d86319fe530aa5a5
Reviewed-on: http://gerrit.openafs.org/319
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/fsint/afsaux.c | 34 ----------------------------------
src/libuafs/Makefile.common.in | 9 +++++++++
src/ptserver/ptuser.c | 38 +++++++++++++++++++-------------------
src/rx/xdr.c | 2 +-
src/rx/xdr.h | 2 +-
5 files changed, 30 insertions(+), 55 deletions(-)
--
OpenAFS Master Repository