CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/07/23 14:19:27

Modified files:
        usr.bin/grep   : grep.c util.c 

Log message:
Change line counter from int to unsigned long long to reduce overflow.
In case unsigned long long is miraculously still too small add an
additional overflow detection so we stop counting and add a marker to
couter output.

Input on earlier diff guenther@
OK millert

Reply via email to