[Midnightbsd-cvs] [MidnightBSD/src] 5abe10: In some instances, the regcomp() implementation wo...
Lucas Holt
noreply at github.com
Wed Nov 8 09:11:41 EST 2023
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 5abe1045d8198148058cf984d5d0d20b9047d752
https://github.com/MidnightBSD/src/commit/5abe1045d8198148058cf984d5d0d20b9047d752
Author: Lucas Holt <luke at foolishgames.com>
Date: 2023-11-08 (Wed, 08 Nov 2023)
Changed paths:
M lib/libc/regex/regcomp.c
Log Message:
-----------
In some instances, the regcomp() implementation would inadvertently sign-extend
a character in the regular expression. Additionally, alphabetic wide-characters
were not properly being considered as such
Obtained from: FreeBSD
More information about the Midnightbsd-cvs
mailing list