pull up r22402 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 28 Sep 2009 20:27:13 +0000 (20:27 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 28 Sep 2009 20:27:13 +0000 (20:27 +0000)
commitcd4e7e2807550d0af5c7dbb715212832ecd0f499
treec8491d9dc857a62df40ddcca22fa6ae1d0e5316e
parent4582a1b450f58116745587911370b7035fc41b50
pull up r22402 from trunk
 ------------------------------------------------------------------------
 r22402 | epeisach | 2009-06-05 23:55:44 -0400 (Fri, 05 Jun 2009) | 7 lines

 ticket: 6508
 subject: kadm5int_acl_parse_restrictions could ref uninitialized variable

 The variable sp is never initialized. If the first argument to the
 function is null, the code falls through to freeing sp if valid.
 However, sp is never set.

ticket: 6508
version_fixed: 1.7.1
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22796 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kadm5/srv/server_acl.c