Project

General

Profile

Actions

Bug #4505

closed

Rust panic while parsing (new rust) modbus rule

Added by Philippe Antoine almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
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

Actions

Also available in: Atom PDF