Add new header gssapi_alloc.h
authorSam Hartman <hartmans@mit.edu>
Fri, 14 Oct 2011 14:39:01 +0000 (14:39 +0000)
committerSam Hartman <hartmans@mit.edu>
Fri, 14 Oct 2011 14:39:01 +0000 (14:39 +0000)
commit9493aefa8abc949ec83792de8039f09f6d664c50
tree801c01378beaee43a7c5a64b7a3951291d2b72f1
parent8fd620fe538f33164e4faa395573d6739aa829a2
Add new header gssapi_alloc.h

Contains allocator methods for use with mechanisms and mechglues for
allocations that must be made in one module but freed in another.  On
windows, an allocation made in one module cannot safely be freed in
another using the usual c runtime malloc/free; runtime dll mismatch
will cause heap corruption in that case.  But it is safe to instead
directly use HeapAlloc()/HeapFree() specifying the default process
heap.  For now, this header is not public. If it becomes public
strncpy will need to be used instead of strlcpy.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25330 dc483132-0cff-0310-8789-dd5450dbe970
src/Makefile.in
src/include/Makefile.in
src/lib/gssapi/Makefile.in
src/lib/gssapi/generic/Makefile.in
src/lib/gssapi/generic/gssapi_alloc.h [new file with mode: 0644]
src/util/gss-kernel-lib/Makefile.in
src/util/gss-kernel-lib/deps