CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/05 17:17:30
Modified files:
usr.bin/less : tags.c
Log message:
fix crash on invalid tags file
If the tag entry points to the line number zero, less crashes because
internally it uses that line number to imply that the tag is associated
with a pattern.
issue reported by Henry Ford (henryfordkjv at gmail), thanks!
ok kirill@
