Tony
Results
2
issues of
Tony
**Step to reproduce** ```c #include #include #include int main() { const char *pattern = "^admin:[0-9]{4}$"; // Expected: only matches "admin:1234" int wrong_len = 7; // ❌ Intentionally too short cre2_options_t...