Re: [Mesa-dev] [PATCH] nir/validate: fix crash if entry is null.

2019-05-19 Thread Jason Ekstrand
Seems fine. Rb On May 19, 2019 20:11:50 Dave Airlie wrote: From: Dave Airlie we validate assert entry just before this, but since that doesn't stop execution, we need to check entry before the next validation assert. --- src/compiler/nir/nir_validate.c | 2 +- 1 file changed, 1 insertion(+),

[Mesa-dev] [PATCH] nir/validate: fix crash if entry is null.

2019-05-19 Thread Dave Airlie
From: Dave Airlie we validate assert entry just before this, but since that doesn't stop execution, we need to check entry before the next validation assert. --- src/compiler/nir/nir_validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_validate.c