CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/21 11:19:06
Modified files:
usr.bin/awk : b.c
Log message:
Fix a potential out-of-bounds read caused by the big-endian fix.
We must store a UTF-32 empty string, not UTF-8 empty string, for
an empty CCL. Found running the awk test suite with address sanitizer.
