Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: tlyu@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 612 pull up r22002 from trunk ------------------------------------------------------------------------ r22002 | ghudson | 2009-02-13 17:00:47 -0500 (Fri, 13 Feb 2009) | 4 lines Changed paths: M /trunk/src/lib/krb5/krb/send_tgs.c In tgs_construct_tgsreq, free scratch even if scratch->data is NULL. (Which probably can't happen, but static analyzers don't know that.) Also protect scratch from being freed before initialization. https://github.com/krb5/krb5/commit/459bafc059b082b99d81082a1f6e4ff93aee626d Commit By: tlyu Revision: 22237 Changed Files: U branches/krb5-1-7/src/lib/krb5/krb/send_tgs.c