Re: [PATCH 42/46] selinux: One function call less in roles_init() after error detection

2017-03-29 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:42 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 15 Jan 2017 12:56:54 +0100 > > The kfree() function was called in up to two cases by the > roles_init() function during error handling even

Re: [PATCH 42/46] selinux: One function call less in roles_init() after error detection

2017-03-29 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:42 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 15 Jan 2017 12:56:54 +0100 > > The kfree() function was called in up to two cases by the > roles_init() function during error handling even if the passed variable > contained a null pointer. > > *

[PATCH 42/46] selinux: One function call less in roles_init() after error detection

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 15 Jan 2017 12:56:54 +0100 The kfree() function was called in up to two cases by the roles_init() function during error handling even if the passed variable contained a null pointer. * Adjust a jump target according to the Linux

[PATCH 42/46] selinux: One function call less in roles_init() after error detection

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 15 Jan 2017 12:56:54 +0100 The kfree() function was called in up to two cases by the roles_init() function during error handling even if the passed variable contained a null pointer. * Adjust a jump target according to the Linux coding style convention. * Delete