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
py/objarray: Fix use-after-free if extending a slice.
Closes#13283
Reproducing this bug and confirming the fix requires running under
valgrind with GC-aware extensions.
Note in default configurations with GIL this bug exists but has
no impact (the free buffer won't be reused while the function is
still executing, and is no longer referenced after it returns).
Signed-off-by: Angus Gratton <angus@redyak.com.au>
0 commit comments