CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/25 12:33:53
Modified files:
usr.bin/awk : FIXES README.md b.c main.c run.c
Log message:
Update awk to the Apr 22, 2024 version.
* fixed regex engine gototab reallocation issue that was introduced
during the Nov 24 rewrite.
* fixed use-after-free bug in fnematch due to adjbuf invalidating
the pointers to buf.
