aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/eqn/unary/sqrt.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-12 14:19:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-12 14:19:01 +0000
commita0500c3d4259db15e5b11c0d7cded19840efa3e5 (patch)
tree1ea318c3be442230bd17a32f9e47ff68e7e47449 /regress/eqn/unary/sqrt.out_ascii
parent751954a95b11620a0729815eee5feeaa166a265c (diff)
downloadmandoc-a0500c3d4259db15e5b11c0d7cded19840efa3e5.tar.gz
mandoc-a0500c3d4259db15e5b11c0d7cded19840efa3e5.tar.zst
mandoc-a0500c3d4259db15e5b11c0d7cded19840efa3e5.zip
Do not access a NULL pointer if a matrix or square root are empty.
Crashes found by tb@ with afl(1).
Diffstat (limited to 'regress/eqn/unary/sqrt.out_ascii')
-rw-r--r--regress/eqn/unary/sqrt.out_ascii4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/eqn/unary/sqrt.out_ascii b/regress/eqn/unary/sqrt.out_ascii
index 104df229..f109b770 100644
--- a/regress/eqn/unary/sqrt.out_ascii
+++ b/regress/eqn/unary/sqrt.out_ascii
@@ -4,6 +4,6 @@ NNAAMMEE
uunnaarryy--ssqqrrtt - square root
DDEESSCCRRIIPPTTIIOONN
- initial text r = sqrt(x^2 + y^2) final text
+ initial text r = sqrt(x^2 + y^2) + sqrt() + sqrt final text
-OpenBSD October 10, 2014 OpenBSD
+OpenBSD February 12, 2017 OpenBSD