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 SIGABRT when passing invalid format to convert #61

Merged
merged 2 commits into from
Nov 12, 2014

Conversation

TimWolla
Copy link
Collaborator

Fixes #60

return;
}
catch (...) {
context->error = std::string("unhandled error");
Copy link
Owner

Choose a reason for hiding this comment

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

Shouldn't we be returning here as well?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We should and we do now.

elad added a commit that referenced this pull request Nov 12, 2014
Fix SIGABRT when passing invalid format to `convert`
@elad elad merged commit f6a1635 into elad:master Nov 12, 2014
@elad
Copy link
Owner

elad commented Nov 12, 2014

Thanks!

(Sorry for the delay)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

imagemagick-native crashes with SIGABRT
2 participants