Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ubsan doesn't like it when a null pointer is passed to memcpy. this commit fixes things to make ubsan happy. Makes ubsan runtime errors such as the following go away: `runtime error: null pointer passed as argument 2, which is declared to never be null`
- Loading branch information