public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] selinux: fix double free
@ 2020-06-10 21:57 trix
  2020-06-10 21:57 ` [PATCH v2 1/1] " trix
  0 siblings, 1 reply; 4+ messages in thread
From: trix @ 2020-06-10 21:57 UTC (permalink / raw)
  To: paul, stephen.smalley.work, eparis, omosnace, jeffv, rgb
  Cc: selinux, linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-11  2:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10 21:57 [PATCH v2 0/1] selinux: fix double free trix
2020-06-10 21:57 ` [PATCH v2 1/1] " trix
2020-06-10 22:06   ` Stephen Smalley
2020-06-11  2:13   ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox