Fix potential NULL pointer dereference in _imp_create_builtin
PyModule_GetDef() can return NULL. Let's check the return value properly like in the other five cases. CID 1299590
Showing
Please register or sign in to comment
PyModule_GetDef() can return NULL. Let's check the return value properly like in the other five cases. CID 1299590