Edit

IABSD.fr/src/usr.bin/less

Branch :

  • Show log

    Commit

  • Author : op
    Date : 2026-04-05 23:17:30
    Hash : 5ca605e5
    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@