=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/line.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/less/line.c 2016/01/13 22:47:45 1.17 --- src/usr.bin/less/line.c 2016/01/26 01:51:06 1.18 *************** *** 175,181 **** * if the -N option is set. */ if (linenums == OPT_ONPLUS) { ! char buf[INT_STRLEN_BOUND(pos) + 2]; int n; postoa(linenum, buf, sizeof(buf)); --- 175,181 ---- * if the -N option is set. */ if (linenums == OPT_ONPLUS) { ! char buf[23]; int n; postoa(linenum, buf, sizeof(buf));