OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2634-g5e91c3b
Gerrit Code Review
gerrit@openafs.org
Mon, 2 Jul 2012 19:33:13 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5e91c3b5d1a70f7af2e04ac74d98ae6b407f169c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Jul 2 01:56:35 2012 -0400
Windows: export roken allocators
Use rk_alloc, rk_calloc, rk_free, rk_realloc instead of Windows
C RTL allocators. The OpenAFS source tree has a bad habit of
allocating memory in one module and freeing it in another. This
is not a problem for POSIX but is disaster on Windows. This change
ensures that all OpenAFS modules share the same allocator.
Change-Id: Ia57f1ba351e8dc24e7fbba87bbc9595bcf001ed6
Reviewed-on: http://gerrit.openafs.org/7625
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/roken/NTMakefile | 4 +++-
src/roken/afsroken.def | 4 ++++
2 files changed, 7 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository