Lines Matching full:fix

46  * man(7): fix an assertion failure caused by doubly nested next-line scopes
47 * tbl(7): fix a crash when the last column is only reached by spans
48 * tbl(7): fix a NULL pointer access in some cases of two spans on one row
49 * tbl(7) -T ascii: fix a NULL pointer access on empty data cells
50 * tbl(7) -T ascii: fix a NULL pointer access on a line next to a short row
51 * tbl(7): fix an assertion failure caused by excessive spacing modifiers
52 * tbl(7): fix an infinite loop for some overlapping horizontal spans
53 * roff(7): fix a rare case of writing one byte past the end of the input buffer
55 * roff(7): fix an assertion failure caused by a macro inside .ce .if
56 * roff(7): fix assertion failures for .ti and .po with excessive arguments
58 * -T ascii/utf8: fix assertion failures caused by excessive spacing
59 * -T html: fix an assertion failure caused by .ft in rare situations
60 * -T man: fix an assertion failure caused by tbl(7) and eqn(7) input
115 * makewhatis(8): fix file type tests putting wrong data into mandoc.db(5)
116 * man.cgi(8): fix section number in the <title> element for preformatted pages
311 * Fix out of bounds accesses to parse buffers that could happen when
315 * Fix a segfault that could be triggered by two invalid .Dt macros.
316 * Fix two syntax errors in generated PDF files.
319 * Fix misformatting of man(7) documents lacking .SH macros
495 * man(7): Fix out of bounds read access if a text node immediately
497 * mdoc(7): Fix out of bounds read access for .Bl without a type
499 * mdoc(7): Fix out of bounds read access for .Bl -column starting
501 * mdoc(7): Fix syntax tree corruption leading to segfaults caused
503 * man(1): Fix NULL dereference when the first of multiple pages
505 * mdoc(7): Fix syntax tree corruption leading to NULL dereference
507 * mdoc(7): Fix syntax tree corruption leading to NULL dereference
509 * mdoc(7): Fix syntax tree corruption leading to NULL dereference
511 * mdoc(7): Fix syntax tree corruption sometimes leading to NULL
513 * mdoc(7) -Thtml: Fix a NULL dereference for .Bl -column with 0 columns.
514 * mdoc(7): Fix NULL dereference in some specific cases of a
516 * mdoc(7): Fix NULL dereference if the only child of the head
518 * eqn(7): Fix NULL dereference in the terminal formatter
520 * mdoc(7): Fix an assertion failure for a .Bd without a type that
522 * mdoc(7): Fix an assertion failure that happened for some .Bl -column
524 * mdoc(7): Fix an assertion failure caused by .Bl -column without .It
526 * roff(7): Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf.
527 * roff(7): Fix an assertion failures caused by whitespace inside \o''
529 * -Thtml: Fix an assertion failure caused by -Oman or -Oincludes of
540 * mdoc(7): Fix SYNOPSIS output if the first child of .Nm is a macro.
596 * mdoc(7): Fix multiple aspects of SYNOPSIS .Nm formatting.
597 * man(1): Fix process group handling, avoiding unclean shutdowns.
636 * Fix handling of leading, trailing, and double colons in MANPATH and -m.
642 * mdoc(7): Fix macro interpretation around tabs in .Bl -column.
652 * man(7): Fix minor bugs in block rewinding and simplify the related code.
693 * Christos Zoulas (NetBSD) for a bug fix patch and some useful
727 * Fix a potential write buffer overrun on incomplete string conditionals.
729 * Fix a potential write buffer overrun on backslash at EOF in a conditional.
731 * Fix a use after free sometimes hit when validation deletes a block.
736 * Fix the man(1) and apropos(1) -m option, it didn't work at all.
738 * In makewhatis(8), fix detection of hardlinked manuals on platforms
762 * tbl(7): Fix a read buffer overrun on 'f' at EOL in a layout.
763 * roff(7): Fix a read buffer overrun on incomplete numerical conditions.
764 * mdoc(7): Fix a NULL pointer access on .Nd followed by an explicit block.
765 * mdoc(7): Fix a NULL pointer access on .It Xo without .Xc.
766 * mdoc(7): Fix a NULL pointer access on .Eo without a tail.
767 * mdoc(7): Fix a NULL pointer access in the validation of empty .St macros.
768 * man(7)/tbl(7): Fix a NULL pointer access on .TS right after .TP.
769 * tbl(7): Fix a NULL pointer access on layout lines without any cells.
770 * eqn(7): Fix NULL pointer accesses in the terminal formatter.
771 * roff(7): Fix a NULL pointer access on trailing \s-/\s+ without an argument.
772 * gz: Fix a potential NULL pointer access after waitpid() failure.
774 * input: Fix an assertion failure on certain invalid UTF-8 input.
775 * terminal output: Allow arbitrary depth of the font stack (assertion fix).
776 * mdoc(7): Fix assertion failures and endless loops on invalid block closing.
777 * mdoc(7): Fix an assertion failure on .Bl .Sm not followed by .It.
778 * mdoc(7): Fix an assertion failure on .Bl -column ... .El .Ta.
779 * tbl(7): Fix assertion failures by macros inside table data,
783 * Fix a potential memory leak in makewhatis(8) on very long filenames.
785 * mdoc(7): Fix parsing of badly nested blocks with multiple identical blocks.
793 * man(7): Fix restoring indentation after .RS with large negative arguments.
795 * tbl(7): Fix vertical spacing at the beginning of tables.
799 * roff(7): Fix vertical scaling, most of it was wrong.
867 * Fix read buffer overrun sometimes triggered by trailing whitespace.
868 * Fix read buffer overrun triggered by certain invalid \H sequences.
869 * Fix NULL pointer access triggered by .Bl without any arguments.
870 * Fix NULL pointer access triggered by .It Nm Fo without .Fc.
871 * Fix NULL pointer access triggered by .Sh Xo .Sh without .Xc.
872 * Fix NULL pointer access triggered by missing .Nm.
873 * Fix an assertion triggered by .It right after .El.
874 * Fix an assertion triggered by .Ec without preceding .Eo.
875 * Fix an assertion triggered by .Sm or .Db with multiple arguments.
876 * Fix assertion failures triggered by very large width arguments.
877 * Fix a division by zero in the roff(7) parser.
1188 * Primarily a bug-fix and polish release, but including -Tpdf support
1190 * fix "Sm" and "Bd" handling
1191 * fix end-of-sentence handling for embedded sentences