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

strncasecmp incorrect implementation? #24

Open
bradleysmith opened this issue Jun 20, 2024 · 2 comments
Open

strncasecmp incorrect implementation? #24

bradleysmith opened this issue Jun 20, 2024 · 2 comments

Comments

@bradleysmith
Copy link

Calling strncasecmp("foo", "foo", 3) returns -278784.

Should return 0;

Tested on real Agon device.

@calc84maniac
Copy link
Contributor

This was a bug in the CE toolchain, tracked here: CE-Programming/toolchain#479

At the moment, you'll have to base your AgDev installation off of the CE toolchain nightly version to get this fix.

@mateoconlechuga
Copy link

Version 12.0 of the CE Toolchain is available and this fix is patched

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

3 participants