Skip to content

OSC::Message#decode: Parsing an empty string field raises exception #11

@HuBandiT

Description

@HuBandiT

str = scanner.scan(/[^\000]+\000/)

I think the regexp, instead of expecting at least one non-NUL character ([^\000]+) should allow zero characters ([^\000]*).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions