[krbdev.mit.edu #6379] SVN Commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Wed Feb 18 19:38:10 EST 2009


pull up r21924 from trunk

 ------------------------------------------------------------------------
 r21924 | ghudson | 2009-02-09 13:52:40 -0500 (Mon, 09 Feb 2009) | 10 lines
 Changed paths:
    M /trunk/src/lib/krb5/krb/walk_rtree.c

 ticket: 6379
 subject: Fix possible free of uninitialized value in walk_rtree
 tags: pullup
 target_version: 1.7

 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.

 ------------------------------------------------------------------------

http://src.mit.edu/fisheye/changelog/krb5/?cs=22034
Commit By: tlyu
Revision: 22034
Changed Files:
U   branches/krb5-1-7/src/lib/krb5/krb/walk_rtree.c




More information about the krb5-bugs mailing list