Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NandTest. Wrong conversions #3

Open
heretic13 opened this issue Jun 14, 2017 · 1 comment
Open

NandTest. Wrong conversions #3

heretic13 opened this issue Jun 14, 2017 · 1 comment

Comments

@heretic13
Copy link

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!!!

@heretic13
Copy link
Author

case 'o': offset = atol(optarg);

Function description:
long int atol ( const char * str );

Signed conversion function for unsigned numbers. Really?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant