Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for null pointer passed to memcpy (#1296)
This only happens when the size parameter is 0, in which memcpy will not fail, but SonarCloud flags this as a problem: https://sonarcloud.io/project/issues?resolved=false&sinceLeakPeriod=true&types=BUG&id=AcademySoftwareFoundation_openexr&open=AYPeU0_LmU8C9mUeoOgr Signed-off-by: Cary Phillips <[email protected]> Signed-off-by: Cary Phillips <[email protected]>
- Loading branch information