Skip Menu |
 

From: epeisach@mit.edu
Subject: SVN Commit

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/9321b02aabf84439e1d69f387f9ddf7433892e5e
Commit By: epeisach
Revision: 22403
Changed Files:
U trunk/src/lib/kadm5/srv/server_acl.c
From: tlyu@mit.edu
Subject: SVN Commit

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