Skip to content

Limit capability chain's sizes to something more reasonable #18

@pks-t

Description

@pks-t

The current chain limit is 2^^32, which is ridiculously high. We could instead use an uint8_t as the chain counter, thus limiting it to 256 entries. While this is still rather high, it is a much more sensible value than the old one.

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