Skip to content

inet.c:230:26: runtime error: signed integer overflow: num1 * num2 cannot be represented in type 'long' #62

@HypericumKaia

Description

@HypericumKaia

when we test master branch we found a runtime error,

inet.c:230:26: runtime error: signed integer overflow: num1 * num2 cannot be represented in type 'long' 

state[i] = 1103515245 * state[i - 1] + 12345;

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