You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add regression test for deserialize lock leak on malloc failure
sqlite3_malloc(0) returns NULL; passing an empty binary to deserialize
exercises that path. The unfixed NIF returns without releasing the
connection lock, causing the subsequent close/1 call to deadlock.
0 commit comments