bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not be null (#3329)
Passing NULL as the second argument to to memcpy is undefined behavior even if the size is 0.
Showing
Please register or sign in to comment
Passing NULL as the second argument to to memcpy is undefined behavior even if the size is 0.