Update awk to the Apr 22, 2024 version.
authormillert <millert@openbsd.org>
Thu, 25 Apr 2024 18:33:53 +0000 (18:33 +0000)
committermillert <millert@openbsd.org>
Thu, 25 Apr 2024 18:33:53 +0000 (18:33 +0000)
commit85e00e3040cd85d427c43140c50b9dd688cf81dd
tree9e300d6850435316c5b86cb3983f95bac092123e
parentc2111d31835619f42dfae07a0b4925f019bfe0c7
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.
usr.bin/awk/FIXES
usr.bin/awk/README.md
usr.bin/awk/b.c
usr.bin/awk/main.c
usr.bin/awk/run.c