mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-04 17:09:02 -06:00
Undefined Behaviour Sanitizer reports a null pointer is being sent to memcpy, thought it's "guaranteed to never be null". Guard it with an if statement, and log when the action has been averted.