Skip to content

Need to audit for places where integer overflow may occur #53

@ExpHP

Description

@ExpHP

Because this crate may be dealing with untrusted data, we should ensure that any functions involved in the process of parsing files are robust to large sizes, and return recoverable errors instead of panicking.

This has been partially addressed by the changed signature of DType::num_bytes to Option<usize> in (upcoming PR), but there's probably more issues still hiding beneath the surface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions