Actions
Bug #4505
closedRust panic while parsing (new rust) modbus rule
Affected Versions:
Effort:
Difficulty:
Label:
Description
Found by oss-fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34783
Root cause is the regex crate is unicode aware, which was not the case for the C version
Hence \d
represents any unicode number, including Persian numbers, and not only ascii numbers
Updated by Philippe Antoine over 3 years ago
Updated by Philippe Antoine over 3 years ago
- Status changed from In Review to Closed
Actions