Re: [PATCH 26/46] selinux: Improve another size determination in sens_read()

2017-03-29 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:26 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 14 Jan 2017 21:52:55 +0100 > > Replace the specification of a data type by a pointer dereference > as the parameter for the operator

Re: [PATCH 26/46] selinux: Improve another size determination in sens_read()

2017-03-29 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:26 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 14 Jan 2017 21:52:55 +0100 > > Replace the specification of a data type by a pointer dereference > as the parameter for the operator "sizeof" to make the corresponding size > determination a bit safer

[PATCH 26/46] selinux: Improve another size determination in sens_read()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 14 Jan 2017 21:52:55 +0100 Replace the specification of a data type by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style

[PATCH 26/46] selinux: Improve another size determination in sens_read()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 14 Jan 2017 21:52:55 +0100 Replace the specification of a data type by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention. Signed-off-by: Markus