Files
ladybird/Userland/Libraries/LibRegex/RegexLexer.cpp
Ali Mohammad Pur 206bc01f81 LibRegex: Allow null bytes in pattern
That check was rather pointless as the input is a StringView which knows
its own bounds.
Fixes #9686.
2021-08-30 18:43:09 +02:00

4.3 KiB