We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running unit tests after building ImageMagick fails:
Here is the full build log: full_build.txt
I have also run just validate-formats-memory under valgrind, here is the log: test_build.txt validate.284182.log
Build ImageMagick and run unit tests.
The text was updated successfully, but these errors were encountered:
Fix incorrect client_data pointer being set in libjpeg context.
3db436f
This fixes incorrect data processing in libjpeg callbacks. Fixes ImageMagick#150 Fixes ImageMagick#151
Fix incorrect client_data pointer being set in libjpeg context. (#152)
bcbfef9
This fixes incorrect data processing in libjpeg callbacks. Fixes #150 Fixes #151
Successfully merging a pull request may close this issue.
Prerequisites
Description
Running unit tests after building ImageMagick fails:
Here is the full build log:
full_build.txt
I have also run just validate-formats-memory under valgrind, here is the log:
test_build.txt
validate.284182.log
Steps to Reproduce
Build ImageMagick and run unit tests.
System Configuration
The text was updated successfully, but these errors were encountered: