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
sqlite: fix stack-use-after-scope with function callback
The `hasIt` block has `Local<Function>`s, but it's capture in the
lambda, yet the lambda is used after the locals go out of scope.
Signed-off-by: ndossche <nora.dossche@ugent.be>
PR-URL: #63640
Reviewed-By: Anna Henningsen <anna@addaleax.net>
0 commit comments