Skip to content

[c86 libc] Correct signed compare in alloca#2153

Merged
ghaerr merged 2 commits intomasterfrom
alloca2
Dec 28, 2024
Merged

[c86 libc] Correct signed compare in alloca#2153
ghaerr merged 2 commits intomasterfrom
alloca2

Conversation

@ghaerr
Copy link
Copy Markdown
Owner

@ghaerr ghaerr commented Dec 28, 2024

Corrects comparison from unsigned to signed in alloca for 'if ((int)remaining < 0)'.

Fixes correct handling of right-associative cast by C86 for qsort.c from previous commit.

@ghaerr ghaerr merged commit b2ade70 into master Dec 28, 2024
@ghaerr ghaerr deleted the alloca2 branch December 28, 2024 02:10
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

Successfully merging this pull request may close these issues.

1 participant