Adjust the structure of krb5_decode.c functions to initialize output
authorGreg Hudson <ghudson@mit.edu>
Tue, 10 Feb 2009 02:01:58 +0000 (02:01 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 10 Feb 2009 02:01:58 +0000 (02:01 +0000)
commit83731efbbbb03a26a3f2740c79afadca56974ead
tree0a1b6da27dfefbf5db34dc800304bcb9832a2ddb
parent73a6de998ac9cc42b34004a61fcc81a3a4186098
Adjust the structure of krb5_decode.c functions to initialize output
parameters to NULL and not set them to the real values until a
successful return is guaranteed.  Also fix get_eoc which was returning
without clean_return.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21940 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/asn.1/krb5_decode.c