Re: [PATCH 37/46] selinux: Move an assignment for the variable "rc" in policydb_load_isids()

2017-03-29 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:37 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 15 Jan 2017 11:24:51 +0100 > > A local variable was set to an error code in one case before a concrete > error situation was detected. Thus

Re: [PATCH 37/46] selinux: Move an assignment for the variable "rc" in policydb_load_isids()

2017-03-29 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:37 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 15 Jan 2017 11:24:51 +0100 > > A local variable was set to an error code in one case before a concrete > error situation was detected. Thus move the corresponding assignment into > an if branch to

[PATCH 37/46] selinux: Move an assignment for the variable "rc" in policydb_load_isids()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 15 Jan 2017 11:24:51 +0100 A local variable was set to an error code in one case before a concrete error situation was detected. Thus move the corresponding assignment into an if branch to indicate a software failure there.

[PATCH 37/46] selinux: Move an assignment for the variable "rc" in policydb_load_isids()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 15 Jan 2017 11:24:51 +0100 A local variable was set to an error code in one case before a concrete error situation was detected. Thus move the corresponding assignment into an if branch to indicate a software failure there. Signed-off-by: Markus Elfring ---