projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be531ea
)
...
author
Cristy
<urban-warrior@imagemagick.org>
Sat, 24 Jun 2017 13:34:10 +0000
(09:34 -0400)
committer
Cristy
<urban-warrior@imagemagick.org>
Sat, 24 Jun 2017 13:34:10 +0000
(09:34 -0400)
MagickCore/policy.c
patch
|
blob
|
history
diff --git
a/MagickCore/policy.c
b/MagickCore/policy.c
index 39d1a11d3ffeb5621d852f387c941b1a9ec28de2..27e31a9691090aa64885a3c41a79a04f802a79fe 100644
(file)
--- a/
MagickCore/policy.c
+++ b/
MagickCore/policy.c
@@
-1075,7
+1075,7
@@
MagickExport MagickBooleanType SetMagickSecurityPolicy(const char *policy,
status;
if (IsPolicyCacheInstantiated(exception) == MagickFalse)
- return(
(PolicyInfo *) NULL
);
+ return(
MagickFalse
);
LockSemaphoreInfo(policy_semaphore);
ResetLinkedListIterator(policy_cache);
p=(PolicyInfo *) GetNextValueInLinkedList(policy_cache);