Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
ImageMagick
ImageMagick-CVE-2018-16328.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2018-16328.patch of Package ImageMagick
diff --git a/MagickCore/log.c b/MagickCore/log.c index 57bc7ce37b..8ca5c1af2b 100644 --- a/MagickCore/log.c +++ b/MagickCore/log.c @@ -673,7 +673,8 @@ static inline void CheckEventLogging() ResetLinkedListIterator(log_cache); p=(LogInfo *) GetNextValueInLinkedList(log_cache); - event_logging=p->event_mask != NoEvents ? MagickTrue: MagickFalse; + event_logging=(p != (LogInfo *) NULL) && (p->event_mask != NoEvents) ? + MagickTrue: MagickFalse; } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor