Search found 1 match

by PHO
2012-07-30T01:59:42-07:00
Forum: Bugs
Topic: [PATCH] DestroyContributionThreadSet() segfaults
Replies: 1
Views: 3339

[PATCH] DestroyContributionThreadSet() segfaults

On ImageMagick-6.7.8-6 and possibly the trunk, DestroyContributionThreadSet() in magick/resize.c segfaults when the following condition is met, which is usually the case:
GetMagickResourceLimit(ThreadResource) > GetOpenMPMaximumThreads()
Here is a patch to fix it:
diff -urN ImageMagick-6.7.8-6 ...