Skip to content

Decimal mantissa silently truncated from i128 to i64 #37

Description

@wlvchandler

Decimal mantissa silently truncated from i128 to i64

Medium Severity

The decimal_to_proto function converts the i128 mantissa to i64 using a direct as cast. This silently truncates values exceeding the i64 range, which can corrupt financial data like prices and quantities in the wire representation.

Originally posted by @cursor[bot] in #26 (comment)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions