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 use-after-free in descriptor extra data (1.1.0 regression)
Nan::NewBuffer takes ownership of the passed buffer, but the
descriptors are freed once converted to JS. Use Nan::CopyBuffer
instead, and remove the wrapper function, as it no longer wraps
multiple V8 calls.
0 commit comments