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

2017-03-23 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:16 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 14 Jan 2017 18:50:52 +0100 > > One local variable was set to an error code in two cases before > a concrete error situation was detected.

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

2017-03-23 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:16 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 14 Jan 2017 18:50:52 +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 16/46] selinux: Move two assignments for the variable "rc" in filename_trans_read()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 14 Jan 2017 18:50:52 +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 16/46] selinux: Move two assignments for the variable "rc" in filename_trans_read()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 14 Jan 2017 18:50:52 +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 ---