Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCP: Initialized de-dup'ed debug line buffer.
realloc(NULL, size) == malloc(size), which results in an uninitialized debug line buffer and will fail memory sanitizer checks. Ensure that the buffers are memset() to zero when initially allocated.
- Loading branch information