CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/30 06:35:40
Modified files:
usr.bin/wc : wc.c
regress/usr.bin/wc: wc.sh
Log message:
fix the rest of the bug mitigated in the previous commit:
do not embark on an infinite loop
when -m is given and the file contains a NUL character;
OK millert@
