Skip to content

NandTest. Wrong conversions #3

@heretic13

Description

@heretic13

case 'l': length = strtol(optarg, NULL, 0);

Function description:
long int strtol (const char* str, char** endptr, int base);

Signed conversion function for unsigned numbers. Really?

Try the key "-l 0x 0xFFE00000". This does not work!!!

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