Skip to content

Conversation

@xsscx
Copy link
Member

@xsscx xsscx commented Jan 19, 2026

Pull Request Checklist

  • Have you followed the guidelines in Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you built your Pull Request locally with the Build Instructions?
  • Have you added or updated relevant tests?
  • Have you added or updated relevant docs?

@xsscx xsscx requested a review from ChrisCoxArt January 19, 2026 17:08
@xsscx xsscx self-assigned this Jan 19, 2026
@xsscx xsscx added the PR Pull Request label Jan 19, 2026
Copilot AI review requested due to automatic review settings January 19, 2026 17:08
@xsscx xsscx added the Merge Ready Maintainer indicates Merge Ready label Jan 19, 2026
@xsscx xsscx linked an issue Jan 19, 2026 that may be closed by this pull request
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a bug in CIccProfileXml::LoadXml where the function was incorrectly returning NULL instead of false when XML file parsing fails.

Changes:

  • Changed return value from NULL to false when xmlReadFile fails to parse the XML document

@xsscx xsscx added the Copilot Review Reviewed by Copilot label Jan 19, 2026
@xsscx xsscx added Pending Merge Maintainer indicates Merge Pending and requests no further changes and removed Merge Ready Maintainer indicates Merge Ready labels Jan 21, 2026
@xsscx xsscx merged commit 2b284e3 into master Jan 21, 2026
32 checks passed
@xsscx xsscx added Merged Merged and removed Pending Merge Maintainer indicates Merge Pending and requests no further changes labels Jan 21, 2026
@xsscx xsscx deleted the fix-return-value branch January 21, 2026 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Copilot Review Reviewed by Copilot Merged Merged PR Pull Request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: CIccProfileXml::LoadXml to return false instead of NULL

3 participants