mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
Matcher function incorrectly assumed that moffset that we get from findmust is in bytes. Fix this by introducing a stepback function, taking short path if MB_CUR_MAX is 1, and going back byte-by-byte, checking if we have a legal character sequence otherwise. PR: 153502 Reviewed by: pfg, kevans Approved by: kib (mentor, implicit) Differential revision: https://reviews.freebsd.org/D18297
10 lines
167 B
Makefile
10 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
# local test cases
|
|
ATF_TESTS_SH+= multibyte
|
|
|
|
.include "Makefile.inc"
|
|
.include "${.CURDIR:H}/Makefile.netbsd-tests"
|
|
.include <bsd.test.mk>
|