Re: [Mesa-dev] [PATCH mesa] intel/eu/validate: avoid null deref
On Mon, Oct 23, 2017 at 10:08 AM, Eric Engestrom wrote: > src/intel/compiler/brw_eu_validate.c:50:11: warning: argument 1 null where > non-null expected [-Wnonnull] > return memmem(haystack.str, haystack.len, needle.str, needle.len) != NULL; >^~
[Mesa-dev] [PATCH mesa] intel/eu/validate: avoid null deref
src/intel/compiler/brw_eu_validate.c:50:11: warning: argument 1 null where non-null expected [-Wnonnull] return memmem(haystack.str, haystack.len, needle.str, needle.len) != NULL; ^~ In file included from src/gallium/include/pi