Closed atoppi closed 7 months ago
This PR addresses an undefined behavior (sum of int and NULL pointer) discovered by UBSan in the websockets transport. Note: the sanitizer issues a runtime exception only while executing a janus binary built with clang.
int
NULL
Merging.
This PR addresses an undefined behavior (sum of
int
andNULL
pointer) discovered by UBSan in the websockets transport. Note: the sanitizer issues a runtime exception only while executing a janus binary built with clang.