cursesmodule
uses winobj
which might be NULL
#123913
Labels
cursesmodule
uses winobj
which might be NULL
#123913
Bug report
Here's the problematic code:
cpython/Modules/_cursesmodule.c
Lines 3365 to 3367 in a2d0818
Why is it problematic? Because
PyCursesWindow_New
can returnNULL
here:cpython/Modules/_cursesmodule.c
Lines 708 to 712 in a2d0818
So,
winobj->encoding
ofNULL
is not good :(I will send a PR.
Linked PRs
NULL
handling in_curses_initscr_impl
of_cursesmodule
#123914The text was updated successfully, but these errors were encountered: