8000 gh-99110: Initialize frame->previous in init_frame to fix segmentation fault by byllyfish · Pull Request #100182 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-99110: Initialize frame->previous in init_frame to fix segmentation fault #100182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 23, 2022
Prev Previous commit
Update Misc/NEWS.d/next/Core and Builtins/2022-12-12-01-05-16.gh-issu…
…e-99110.1JqtIg.rst
  • Loading branch information
kumaraditya303 authored Dec 23, 2022
commit 2c1db9974a8aea47f38609cf2821b077f211877e
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Initialize frame->previous in frameobject.c to fix a segmentation fault when
accessing frames created by ctypes.
accessing frames created by :c:func:`PyFrame_New`.
0