-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Fix regex for new glib2.0 >= 2.73.2
Patch by Sophie Brun <sophie@offensive-security.com> Since glib2.0 version 2.73.2, they replace PCRE1 with PCRE2 and it seems that some functionalities are no longer supported. See https://gitlab.gnome.org/GNOME/glib/-/issues/2760 http://www.pcre.org/current/doc/html/pcre2pattern.html#SEC9 We need to place the hyphen at the end of the class. " If a minus character is required in a class, it must be escaped with a backslash or appear in a position where it cannot be interpreted as indicating a range, typically as the first or last character in the class, or immediately after a range." Bug-Kali: https://bugs.kali.org/view.php?id=7926 (cherry picked from commit 8edeaf7)
- Loading branch information
1 parent
cbf1280
commit f96d1d7
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters