Skip to content

Potential Overflow in rust code #5

@DE0CH

Description

@DE0CH

There are a lot of try_into().unwrap() in the rust code. They might panic if the number is larger than the destination. It is unclear how likely this situation might occur, but need to either prove that it can at least hold u64 or add error handling.

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