mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-16 01:04:07 -05: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.