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 RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 704 pull up r22403 from trunk ------------------------------------------------------------------------ r22403 | epeisach | 2009-06-06 09:46:06 -0400 (Sat, 06 Jun 2009) | 9 lines ticket: 6509 subject: kadmind is parsing acls good deref NULL pointer on error In kadm5int_acl_parse_line, if you setup an acl w/ restrictions (i.e. the four argument acl format) - but have an error parsing the first few fields, acle is NULLed out, and is then derefed. This adds a conditional and indents according to the krb5 c-style... https://github.com/krb5/krb5/commit/3077cc6bac0e6b726a2e3570960b05df5176f96f Commit By: tlyu Revision: 22797 Changed Files: U branches/krb5-1-7/src/lib/kadm5/srv/server_acl.c