Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Ubuntu 20.04/Release/Sanitizer test breaker #1754

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

kevinbackhouse
Copy link
Collaborator

Rebasing a commit by @clanmills from main onto 0.27-maintenance. This fixes an ASAN error that I think is a false positive, but it prevents running make tests with ASAN enabled. The error is that memcpy is called with a null pointer. It's not an actual bug though, because the size argument is 0, so it doesn't lead to a null pointer dereference.

Copy link
Member

@hassec hassec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@hassec hassec merged commit 3ba91fd into Exiv2:0.27-maintenance Jun 30, 2021
@hassec hassec added this to the v0.27.5 milestone Jun 30, 2021
@clanmills clanmills mentioned this pull request Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants