[PATCH v2 0/1] selinux: fix double free
From: trix
Date: Wed Jun 10 2020 - 17:57:25 EST
From: Tom Rix <trix@xxxxxxxxxx>
repo: linux-next
tag: next-20200610
Running clang scan-view over linux-next uncovers many problem only a
few are memory related, this one looked like the most serious.
Changes from v1
Fix call to kfree
- kfree(names);
+ kfree(*names);
Tom Rix (1):
selinux: fix double free
security/selinux/ss/services.c | 4 ++++
1 file changed, 4 insertions(+)
--
2.18.1