-
Notifications
You must be signed in to change notification settings - Fork 47
Bisect: IccCmmSearch null-reference family #1940
Copy link
Copy link
Open
Labels
BisectMaintainer indicates BisectMaintainer indicates BisectBuildBuild system, CMake, compiler, or packagingBuild system, CMake, compiler, or packagingCopilotCopilot use indicated by MaintainerCopilot use indicated by MaintainerDocumentationDocumentation-only or documentation-related changeDocumentation-only or documentation-related changeJSONICC JSON parser, config, or round-trip behaviorICC JSON parser, config, or round-trip behaviorQAMaintainer indicates topic of Quality AssuranceMaintainer indicates topic of Quality AssuranceTestingCTest, regression, or test coverageCTest, regression, or test coverageciContinuous integration workflow changesContinuous integration workflow changesneeds-triageMaintainer triage requiredMaintainer triage requiredpickaxeMaintainer indicates Git Pickaxe related Subject MatterMaintainer indicates Git Pickaxe related Subject Matter
Milestone
Description
Metadata
Metadata
Assignees
Labels
BisectMaintainer indicates BisectMaintainer indicates BisectBuildBuild system, CMake, compiler, or packagingBuild system, CMake, compiler, or packagingCopilotCopilot use indicated by MaintainerCopilot use indicated by MaintainerDocumentationDocumentation-only or documentation-related changeDocumentation-only or documentation-related changeJSONICC JSON parser, config, or round-trip behaviorICC JSON parser, config, or round-trip behaviorQAMaintainer indicates topic of Quality AssuranceMaintainer indicates topic of Quality AssuranceTestingCTest, regression, or test coverageCTest, regression, or test coverageciContinuous integration workflow changesContinuous integration workflow changesneeds-triageMaintainer triage requiredMaintainer triage requiredpickaxeMaintainer indicates Git Pickaxe related Subject MatterMaintainer indicates Git Pickaxe related Subject Matter
Maintainer Summary
2026-08-01 01:09:51 UTC
Research: IccCmmSearch null-reference family
Line introduction and blame both point to 26242f1 "Update to v2.3.1 (#170)", with recent related changes in 6a2b0c1 (#1936) and 0742167 (#1867). The stream/resource warnings are mostly close-error or already-open stream paths introduced by c3ad932 (#1204) and related visualization/tool commits. The dead increment in iccApplyNamedCmm.cpp:358 is current-line blame 20a207b (#1906), but pickaxe shows the argument-advance pattern existed since b90ac39 (#69) and was recently moved into the #1674 handling path.
Recent iccDEV log reviewed
Pickaxe
AddXform(*m_pSrcProfile: 26242f1 "Update to v2.3.1 (Update to v2.3.1 #170)"AddXform(*m_pMidProfile: 26242f1 "Update to v2.3.1 (Update to v2.3.1 #170)"AddXform(*m_pDstProfile: 26242f1 "Update to v2.3.1 (Update to v2.3.1 #170)"Recent related history:
Assessment: The pattern is older search-chain code from 26242f1, with recent search changes that should be reviewed for whether they expose or suppress the null-profile path.