Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615912
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] SELinux: Fine-tuning for two function implementations |
| Date | 2017-04-04 13:20 +0200 |
| Message-ID | <tsuFb-478-1@gated-at.bofh.it> (permalink) |
| References | <sZUrL-3Jh-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Tue, 4 Apr 2017 13:02:03 +0200 A few update suggestions were taken into account from static source code analysis. Markus Elfring (3): Return directly after a failed memory allocation in policydb_index() Return an error code only as a constant in sidtab_insert() Use an other error code for an input validation failure in sidtab_insert() security/selinux/ss/policydb.c | 15 +++++---------- security/selinux/ss/sidtab.c | 27 ++++++++++----------------- 2 files changed, 15 insertions(+), 27 deletions(-) -- 2.12.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] SELinux: Fine-tuning for two function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-04 13:20 +0200 [PATCH 1/3] selinux: Return directly after a failed memory allocation in policydb_index() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-04 13:20 +0200 [PATCH 3/3] selinux: Use an other error code for an input validation failure in sidtab_insert() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-04 13:20 +0200 [PATCH 2/3] selinux: Return an error code only as a constant in sidtab_insert() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-04 13:20 +0200
csiph-web