selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] selinux: policydb - fix memory leak and do some cleanup
@ 2019-07-29  8:41 Ondrej Mosnacek
  2019-07-29  8:41 ` [PATCH v2 1/3] selinux: policydb - fix memory leak in policydb_init() Ondrej Mosnacek
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Ondrej Mosnacek @ 2019-07-29  8:41 UTC (permalink / raw)
  To: selinux, Paul Moore; +Cc: Dmitry Vyukov

Cahnges in v2:
 - move code around to avoid a forward declaration
 - add two patches to clean up checpatch.pl warnings detected in the
   moved code
v1: https://lore.kernel.org/selinux/20190725105243.28404-1-omosnace@redhat.com/T/

Ondrej Mosnacek (3):
  selinux: policydb - fix memory leak in policydb_init()
  selinux: policydb - fix some checkpatch.pl warnings
  selinux: policydb - rename type_val_to_struct_array

 security/selinux/ss/policydb.c | 980 +++++++++++++++++----------------
 security/selinux/ss/policydb.h |   2 +-
 security/selinux/ss/services.c |   6 +-
 3 files changed, 497 insertions(+), 491 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-08-05 20:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29  8:41 [PATCH v2 0/3] selinux: policydb - fix memory leak and do some cleanup Ondrej Mosnacek
2019-07-29  8:41 ` [PATCH v2 1/3] selinux: policydb - fix memory leak in policydb_init() Ondrej Mosnacek
2019-07-29 22:48   ` Paul Moore
2019-07-30 12:20     ` Ondrej Mosnacek
2019-07-30 15:10       ` Paul Moore
2019-07-30 16:15         ` Ondrej Mosnacek
2019-07-30 23:15           ` Paul Moore
2019-07-31 22:07           ` Paul Moore
2019-07-29  8:41 ` [PATCH v2 2/3] selinux: policydb - fix some checkpatch.pl warnings Ondrej Mosnacek
2019-08-05 20:48   ` Paul Moore
2019-07-29  8:41 ` [PATCH v2 3/3] selinux: policydb - rename type_val_to_struct_array Ondrej Mosnacek
2019-08-05 20:49   ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).