Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1564818

Re: [PATCH 8/9] KVM: Adjust seven checks for null pointers

From Dan Carpenter <dan.carpenter@oracle.com>
Newsgroups linux.kernel
Subject Re: [PATCH 8/9] KVM: Adjust seven checks for null pointers
Date 2017-01-23 10:40 +0100
Message-ID <t2Jgu-4GV-15@gated-at.bofh.it> (permalink)
References <t2uUa-46y-13@gated-at.bofh.it> <t2uUa-46y-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hm...  GCC complains about "if (array)" but not about
"if (array != NULL) ".  I view this as a bug in GCC...

But you should still be seeing these compile warnings.  This is
something like the 6th warning that kbuild has had to send you.

regards,
dan carpenter

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 8/9] KVM: Adjust seven checks for null pointers SF Markus Elfring <elfring@users.sourceforge.net> - 2017-01-22 19:20 +0100
  Re: [PATCH 8/9] KVM: Adjust seven checks for null pointers kbuild test robot <lkp@intel.com> - 2017-01-22 22:30 +0100
  Re: [PATCH 8/9] KVM: Adjust seven checks for null pointers Dan Carpenter <dan.carpenter@oracle.com> - 2017-01-23 10:40 +0100

csiph-web