Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 704 Add a test program for krb5_copy_context This test program isn't completely proof against the kind of mistakes we've made with krb5_copy_context in the past, but it at least exercises krb5_copy_context and can detect some kinds of bugs. (back ported from commit b78c3c8c5025aec870d20472f80d4a652062f921) https://github.com/krb5/krb5/commit/693486d781fcbfcd95da3a6c2d7d2b048bdc54ac Author: Tom Yu Commit: 693486d781fcbfcd95da3a6c2d7d2b048bdc54ac Branch: krb5-1.11 .gitignore | 1 + src/lib/krb5/krb/Makefile.in | 9 ++- src/lib/krb5/krb/t_copy_context.c | 162 +++++++++++++++++++++++++++++++++++++ 3 files changed, 171 insertions(+), 1 deletions(-)