CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/13 08:03:52
Modified files:
usr.bin/awk : b.c lex.c
Log message:
Cast to uschar when storing a char in an int that will be used as an index.
Fixed as crash reported by Jan Stary when the input char has the high
bit set and FS is a regex.
