Skip to content

Read past buffer end in lexer #2

Description

There seems to be a read-past-buffer issue in the lexer. Let's say that you have a file that ends with /, then here you peek behind the end of the buffer. This pattern is used several times. I did not look closer into the potential effects of this pattern but it might lead to crashes if by chance the lexer continues to find valid patterns, I assume.

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