Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UB in MinidumpWriter::WriteExceptionStream() calling memcpy()
It passed null pointer as a second argument to std::memcpy() when crash_exception_info was empty. This exhibited the undefined behavior.
- Loading branch information