commit | 470043ba995a79a274a5db306856975002a06f19 | [log] [tgz] |
---|---|---|
author | Tomasz Stanislawski <t.stanislaws@samsung.com> | Thu Jun 06 09:30:50 2013 +0200 |
committer | Casey Schaufler <casey@schaufler-ca.com> | Thu Aug 01 12:57:24 2013 -0700 |
tree | 4c10363d8e9d4d8e8d8f33fa00fce7632ead3b17 | |
parent | be0306bcc3a0b0725b0f99b06d56a29a6d906b7c [diff] |
security: smack: fix memleak in smk_write_rules_list() The smack_parsed_rule structure is allocated. If a rule is successfully installed then the last reference to the object is lost. This patch fixes this leak. Moreover smack_parsed_rule is allocated on stack because it no longer needed ofter smk_write_rules_list() is finished. Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>