[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / eqn / matrix

File: [cvsweb.bsd.lv] / mandoc / regress / eqn / matrix / Makefile (download)

Revision 1.2, Sun Feb 12 14:19:02 2017 UTC (7 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, VERSION_1_14_1, VERSION_1_13, HEAD
Changes since 1.1: +2 -2 lines

Do not access a NULL pointer if a matrix or square root are empty.
Crashes found by tb@ with afl(1).

# $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $

REGRESS_TARGETS	 = basic empty
HTML_TARGETS	 = basic empty

.include <bsd.regress.mk>