Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.3k
Open
Description
Bug report
Bug description:
optimizer_symbols.c: make_bottom NULL deref when arena full
sym_new(ctx) at line 1535 can return NULL when the type arena is full. Result immediately dereferenced without check. Every othersym_new call site checks for NULL.
This is a sub-issue of#146102 withgist details
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows