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: ghudson@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 409 In rtree_hier_realms, if the first rtree_hier_tweens call failed, the cleanup handler would free stweens which had not been initialized. Initialize ctweens and stweens to NULL in the variable declarations to make the cleanup handler safe. https://github.com/krb5/krb5/commit/cef20c2a8b50867599bd862306d6c4e4d7696ef5 Commit By: ghudson Revision: 21924 Changed Files: U trunk/src/lib/krb5/krb/walk_rtree.c