-
Notifications
You must be signed in to change notification settings - Fork 44
Labels
BugBug ReportBug ReportTriagedMaintainer indicates triaged status and ready for developer handoffMaintainer indicates triaged status and ready for developer handofflibFuzzerlibFuzzer RelatedlibFuzzer Related
Description
Maintainer Patch
Mon Jan 19 05:07:31 PM UTC 2026
diff --git a/IccXML/IccLibXML/IccProfileXml.cpp b/IccXML/IccLibXML/IccProfileXml.cpp
index ae93da0..a7a7c2e 100644
--- a/IccXML/IccLibXML/IccProfileXml.cpp
+++ b/IccXML/IccLibXML/IccProfileXml.cpp
@@ -877,7 +877,7 @@ bool CIccProfileXml::LoadXml(const char *szFilename, const char *szRelaxNGDir, s
doc = xmlReadFile(szFilename, NULL, 0);
if (doc == NULL)
- return NULL;
+ return false;
if (szRelaxNGDir && szRelaxNGDir[0]) {
xmlRelaxNGParserCtxt* rlxParser;
Metadata
Metadata
Assignees
Labels
BugBug ReportBug ReportTriagedMaintainer indicates triaged status and ready for developer handoffMaintainer indicates triaged status and ready for developer handofflibFuzzerlibFuzzer RelatedlibFuzzer Related