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

Fix #281: Crash on empty source #284

Merged
merged 3 commits into from
Oct 1, 2023

Conversation

jugglerchris
Copy link
Collaborator

The Lua 5.1 loadbufferx wrapper was not pushing an error onto the stack as expected when validating the text/binary mode, leading to an assertion when that happened - this would have affected empty sources or source/compiled modules when that mode was not enabled.

The Lua 5.1 loadbufferx wrapper was not pushing an error onto the stack
as expected when validating the text/binary mode, leading to an
assertion when that happened - this would have affected empty sources or
source/compiled modules when that mode was not enabled.
One of bindgen-cli's dependencies needs 1.70+.
@jugglerchris jugglerchris merged commit 33bc5b7 into master Oct 1, 2023
6 checks passed
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