Skip to content

src/frisco_link.c pointless unsigned integer comparison #23

@b4yuan

Description

@b4yuan

Line 103 has if ( idx >= 0 && idx < link->size ); however, idx is an unsigned integer. The first comparison will always evaluate to true, and it is either redundant, or an error was made here and a different check was intended.

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