Skip to content

Option::unwrap() called on None-value in Regex::new() #257

@lukaslueg

Description

@lukaslueg

AFL found this regex which causes Regex::new() in regex-0.1.71 to call Option::unwrap() on a None-value, causing a panic

r"[^\D\d]"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions