[Midnightbsd-cvs] [MidnightBSD/src] 91f3d9: In some instances, the regcomp() implementation wo...

Lucas Holt noreply at github.com
Wed Nov 8 09:11:56 EST 2023


  Branch: refs/heads/stable/3.1
  Home:   https://github.com/MidnightBSD/src
  Commit: 91f3d903576286c597a9cabc097adffed1fd3675
      https://github.com/MidnightBSD/src/commit/91f3d903576286c597a9cabc097adffed1fd3675
  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