]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add a test program for krb5_copy_context
authorGreg Hudson <ghudson@mit.edu>
Wed, 18 Dec 2013 18:08:25 +0000 (13:08 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 18 Dec 2013 21:56:52 +0000 (16:56 -0500)
commitb78c3c8c5025aec870d20472f80d4a652062f921
tree5f00340ccab55832e0ddb6160b9b005b97d6d719
parentc452644d91d57d8b05ef396a029e34d0c7a48920
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.

ticket: 7807
.gitignore
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/t_copy_context.c [new file with mode: 0644]