We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bb62c commit dff8abaCopy full SHA for dff8aba
CHANGELOG.md
@@ -35,6 +35,9 @@ restricting time connection establishment.
35
### Breaking changes
36
- Replace `network::protocol::codec::{encode_header, decode_header}` functions
37
with `network::protocol::codec::Header::{encode, decode}` methods.
38
+- Use `extern "C-unwind"` instead of `extern "C"` for all trampolines which take `*mut ffi::lua_State`
39
+ (checked with `rg 'extern "C".*lua_State'`). `tlua::error!` throws an exception to unwind the stack,
40
+ hence we need to use a proper ABI to fix UB in picodata.
41
42
### Added (picodata)
43
0 commit comments