* svc.c (svc_getreqset): Allocate cred and verf memory to
authorTom Yu <tlyu@mit.edu>
Tue, 17 Aug 2004 23:57:16 +0000 (23:57 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 17 Aug 2004 23:57:16 +0000 (23:57 +0000)
commit6ecd93648f210e43bc4214fbd626a6b93d0e6db3
treef6c822b1526fbfb2194853b79a047ae0eb69e39d
parentb6f896d46dc824de8895c3606e1f6e84cf23ae6f
* svc.c (svc_getreqset): Allocate cred and verf memory to
temporary pointers, and free the temporary pointers on exit.
Freeing the actual cred and verf pointers can cause corruption
because auth mechanisms can reassign the pointers.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16669 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/rpc/ChangeLog
src/lib/rpc/svc.c