CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/02 08:45:03
Modified files:
usr.bin/awk : b.c
Log message:
Prevent integer overflow in regex repetition count
Limit the repetition count to 255 like POSIX does. Also avoid a
crash when the repetition is the first atom parsed.
>From Renaud Allard.
