svn rev #20343: trunk/src/plugins/kdb/db2/

lxs@MIT.EDU lxs at MIT.EDU
Fri May 30 14:01:10 EDT 2008


Commit By: lxs
Log Message: 
ticket: new
subject: signed vs unsigned char * warnings in kdb_xdr.c

load and store functions in k5-platform.h take an unsigned char *, whereas
kdb_xdr.c was using a char * for decoding.  This resulted in pages of warnings
in the parsing code.  Switched to using an unsigned char * and cast in the
couple places where a char * is needed.



Changed Files:
U   trunk/src/plugins/kdb/db2/kdb_xdr.c



More information about the cvs-krb5 mailing list