Avoid a potential buffer overflow in backslash escaping.
authormillert <millert@openbsd.org>
Thu, 8 Jul 2021 21:26:39 +0000 (21:26 +0000)
committermillert <millert@openbsd.org>
Thu, 8 Jul 2021 21:26:39 +0000 (21:26 +0000)
commitc4bbc4f754bb807ee62751a926e6a11544136690
treee611e44eb00c73296027985f941ae4a757e27d76
parent5e3836acab5f2335f99e468dc210a0eafcd330a0
Avoid a potential buffer overflow in backslash escaping.
https://github.com/onetrueawk/awk/issues/121
usr.bin/awk/b.c