From a0500c3d4259db15e5b11c0d7cded19840efa3e5 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 12 Feb 2017 14:19:01 +0000 Subject: Do not access a NULL pointer if a matrix or square root are empty. Crashes found by tb@ with afl(1). --- regress/eqn/matrix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/eqn/matrix/Makefile') diff --git a/regress/eqn/matrix/Makefile b/regress/eqn/matrix/Makefile index a48306f2..8c2b50bb 100644 --- a/regress/eqn/matrix/Makefile +++ b/regress/eqn/matrix/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $ -REGRESS_TARGETS = basic -HTML_TARGETS = basic +REGRESS_TARGETS = basic empty +HTML_TARGETS = basic empty .include -- cgit v1.2.3-56-ge451