Re: [PATCH 41/46] selinux: Move two assignments for the variable "rc" in roles_init()

2017-03-29 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:41 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 15 Jan 2017 12:40:35 +0100 > > One local variable was set to an error code in two cases before > a concrete error situation was detected.

Re: [PATCH 41/46] selinux: Move two assignments for the variable "rc" in roles_init()

2017-03-29 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:41 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 15 Jan 2017 12:40:35 +0100 > > One local variable was set to an error code in two cases before > a concrete error situation was detected. Thus move the corresponding > assignments into if branches to

[PATCH 41/46] selinux: Move two assignments for the variable "rc" in roles_init()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 15 Jan 2017 12:40:35 +0100 One local variable was set to an error code in two cases before a concrete error situation was detected. Thus move the corresponding assignments into if branches to indicate a software failure there.

[PATCH 41/46] selinux: Move two assignments for the variable "rc" in roles_init()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 15 Jan 2017 12:40:35 +0100 One local variable was set to an error code in two cases before a concrete error situation was detected. Thus move the corresponding assignments into if branches to indicate a software failure there. Signed-off-by: Markus Elfring ---