]> git.ipfire.org Git - thirdparty/krb5.git/commit
Zero out stack variables in process_tgs_req()
authorBen Kaduk <kaduk@mit.edu>
Thu, 3 Oct 2013 17:57:40 +0000 (13:57 -0400)
committerBen Kaduk <kaduk@mit.edu>
Fri, 4 Oct 2013 17:23:30 +0000 (13:23 -0400)
commit040f621b5071564b6b479e3375c9d63cbd3ee471
treec0cde8809084958ad835dbe9ab6938eb18300377
parent07d68eec2788bfe80686608813f644838707c168
Zero out stack variables in process_tgs_req()

It is general good hygeine, preventing stack garbage from accidentally
leaking out into other consumers.

Don't bother with variables that are only used in a single place, but
do initialize the 'magic' field of nolrentry before it is used.
src/kdc/do_tgs_req.c