]> git.cameronkatri.com Git - mandoc.git/commitdiff
When the last line of a table layout turns out to be empty, it is deleted.
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 29 Apr 2015 12:44:58 +0000 (12:44 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 29 Apr 2015 12:44:58 +0000 (12:44 +0000)
Do not just free the struct tbl_row but also make sure that no pointer
to it remains.  Fixing a use after free found by jsg@ with afl.


No differences found