Re: [PATCH 4/4] selinux: Adjust five checks for null pointers

2017-08-14 Thread Yanhao Mo
On Sun, Aug 13, 2017 at 04:50:07PM +0200, SF Markus Elfring wrote: > > Comparison to NULL could be written … > > Thus fix affected source code places. I think this is just a matter of personal preference. signature.asc Description: PGP signature

Re: [PATCH 4/4] selinux: Adjust five checks for null pointers

2017-08-13 Thread Serge E. Hallyn
Quoting SF Markus Elfring (elfr...@users.sourceforge.net): > From: Markus Elfring > Date: Sun, 13 Aug 2017 16:16:05 +0200 > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > The script “checkpatch.pl” pointed information out like the following. > >

[PATCH 4/4] selinux: Adjust five checks for null pointers

2017-08-13 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 13 Aug 2017 16:16:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The script “checkpatch.pl” pointed information out like the following. Comparison to NULL could be written … Thus fix affected source code places.