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
While investigating #12 I found a number of probably reference leaks, both direct and by exception unsafe code. A partial fix is https://github.com/mdavidsaver/masarService/commits/master. Unfortunately this exposed some subtle issue resulting in corruption of the internal free list used by PyObject_Malloc() when called from PyCapsule_New() which I don't yet understand I think this is a use-after-free involving the unsafe use of PyCapsule in "cpp/src/python/*Py.cpp".
The text was updated successfully, but these errors were encountered:
While investigating #12 I found a number of probably reference leaks, both direct and by exception unsafe code. A partial fix is https://github.com/mdavidsaver/masarService/commits/master. Unfortunately this exposed some subtle issue resulting in corruption of the internal free list used by PyObject_Malloc() when called from PyCapsule_New() which I don't yet understand I think this is a use-after-free involving the unsafe use of PyCapsule in "cpp/src/python/*Py.cpp".
The text was updated successfully, but these errors were encountered: