diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-12 14:19:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-12 14:19:01 +0000 |
commit | 34589e401a21bcc56e2bd67317e1b63d18fac8ef (patch) | |
tree | a483bd36c1dfb7a1a7bf19046591526f3a269243 /regress/eqn/unary/sqrt.in | |
parent | 569cfcee61560d07f2e68e68d200da64b2c10f7e (diff) | |
download | mandoc-34589e401a21bcc56e2bd67317e1b63d18fac8ef.tar.gz |
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.in')
-rw-r--r-- | regress/eqn/unary/sqrt.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/eqn/unary/sqrt.in b/regress/eqn/unary/sqrt.in index 359c3d7b..b416da7c 100644 --- a/regress/eqn/unary/sqrt.in +++ b/regress/eqn/unary/sqrt.in @@ -1,4 +1,4 @@ -.Dd October 10, 2014 +.Dd February 12, 2017 .Dt UNARY-SQRT 1 .Os OpenBSD .Sh NAME @@ -7,6 +7,6 @@ .Sh DESCRIPTION initial text .EQ -r = sqrt { x sup 2 + y sup 2 } +r = sqrt { x sup 2 + y sup 2 } + sqrt { } + sqrt .EN final text |