OpenAFS Master Repository branch, master, updated. f498c18a6f7300eb89ca3b9d9b85c4d461fa8474
Gerrit Code Review
gerrit@openafs.org
Wed, 15 Jul 2009 00:19:55 -0700 (PDT)
The following commit has been merged in the master branch:
commit f498c18a6f7300eb89ca3b9d9b85c4d461fa8474
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Wed Jul 15 01:46:45 2009 -0400
Do not call principal_hton() to copy ktc_principal structs
Reported by Marcus Watts.
principal_hton() is used to copy butc_principal structs.
Passing in a ktc_principal as source and destination will
result in beyond the end of the ktc_principal.
LICENSE IPL10
Reviewed-on: http://gerrit.openafs.org/86
Verified-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Russ Allbery <rra@stanford.edu>
src/budb/procs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository