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

Safe signals and EINTR handling #9

Merged
merged 7 commits into from
Mar 30, 2023

Conversation

berwynhoyt
Copy link
Collaborator

No description provided.

- Document MLua signal handling requirements
- Document mlua.version() which was previously not documented
- Fix minor bug where out-of-memory error reallocating State_array would return without closing the new lua_State
- Fix unlikely bug where mlua_lua() could access undefined memory if malloc failed
- Still need to write test cases for the new signal-safe functionality
…s are blocked, so that YDB can still flush database buffers. This matches the discussion with Yottadb in the mlua repository discussion area
… right from ydb_init()

- Make documentation consistend with lua-yottadb
- Signal safety matches lua-yottadb version 1.1
@berwynhoyt berwynhoyt merged commit a59f339 into anet-be:master Mar 30, 2023
@berwynhoyt berwynhoyt deleted the eintr_handling branch July 11, 2024 03:27
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