=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/run.c,v retrieving revision 1.79 retrieving revision 1.80 diff -c -r1.79 -r1.80 *** src/usr.bin/awk/run.c 2023/10/06 22:29:24 1.79 --- src/usr.bin/awk/run.c 2023/10/28 22:38:22 1.80 *************** *** 1,4 **** ! /* $OpenBSD: run.c,v 1.79 2023/10/06 22:29:24 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved --- 1,4 ---- ! /* $OpenBSD: run.c,v 1.80 2023/10/28 22:38:22 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved *************** *** 986,992 **** if (a[2] != NULL) z = execute(a[2]); s = getsval(x); ! k = strlen(s) + 1; if (k <= 1) { tempfree(x); tempfree(y); --- 986,992 ---- if (a[2] != NULL) z = execute(a[2]); s = getsval(x); ! k = u8_strlen(s) + 1; if (k <= 1) { tempfree(x); tempfree(y);