summaryrefslogtreecommitdiffstats
path: root/NEWS
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
commit34589e401a21bcc56e2bd67317e1b63d18fac8ef (patch)
treea483bd36c1dfb7a1a7bf19046591526f3a269243 /NEWS
parent569cfcee61560d07f2e68e68d200da64b2c10f7e (diff)
downloadmandoc-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 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d33a7248..00011ccb 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,8 @@ Changes in version 1.14.1, released on February XXX, 2017
block-end macro calling another block-end macro.
* mdoc(7): Fix NULL dereference if the only child of the head
of the first .Sh was an empty in-line macro.
+ * eqn(7): Fix NULL dereference in the terminal formatter
+ for empty matrices and empty square roots.
* mdoc(7): Fix an assertion failure for a .Bd without a type that
breaks another block.
* mdoc(7): Fix an assertion failure caused by .Bl -column without .It