Fix a potential out-of-bounds read caused by the big-endian fix.
authormillert <millert@openbsd.org>
Thu, 21 Sep 2023 17:19:06 +0000 (17:19 +0000)
committermillert <millert@openbsd.org>
Thu, 21 Sep 2023 17:19:06 +0000 (17:19 +0000)
commit4d617ba1117a312b86dd83f842680c2d33b5b520
tree8c87b5588c802ee87b396fac4a573cd6ac097f3b
parent60756c6a63dbf20289823ccc64fb2136f6dc5d0f
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.
usr.bin/awk/b.c