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
fix: quick remedy for invalid memory access in obuf_create
Tarantool's struct obuf contains one more field in debug builds which is
utilized for additional allocation checks. Before this commit we didn't
mirror it in our rust definition which sometimes resulted in crashes.
This is not a proper fix to the underlying problem but it's certainly
better than leaving it as is.
0 commit comments