CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/08/01 08:56:02
Modified files:
usr.bin/mandoc : term.c
Log message:
Fix a regression introduced in rev. 1.152:
Initialize the right variable (max_sz, not this_sz).
Caught by jsg@ with smatch, which correctly complained:
term_strlen() error: uninitialized symbol 'max_sz'.
