Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delete the two pairs of extra blank lines from expected man(7) terminal | Ingo Schwarze | 2021-06-28 | 1 | -4/+0 |
| | | | | output that are no longer printed since man_term.c rev. 1.236 | ||||
* | When trying to expand some columns in a table where the sum of the | Ingo Schwarze | 2017-05-01 | 1 | -0/+23 |
widths of the remaining columns is already wider than the line length, underflowing size_t and dying from ENOMEM is the wrong plan. Instead, simply refrain from expanding anything in such a situation, avoiding a crash that tb@ found with afl. |