Skip to content

Remove recursion in LinkParser #2

@emgre

Description

@emgre

It is currently possible to wind up the stack by sending 0x07 0xAA 0x07 0xAA ... to the LinkParser. The recursion on LinkParser::parse_many (called through LinkParser::parse_header) should be flatten out.

The issue is mitigated by the buffer size of the sent data, but the recursion should still be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions