Created by: AMS21
- Added a verify that
CL
is not null since ID_to_client
can return a nullptr
. ref
- Same for
CL->ps
.
- If the check at line 62 fails we still continue and unconditionally assign to
CL->owner
even though it's null. This patch fixes that.