BUG: prevent crash when TransformFileReader transform list is empty#40
Closed
ihnorton wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
Closed
BUG: prevent crash when TransformFileReader transform list is empty#40ihnorton wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
ihnorton wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
Conversation
Contributor
Author
|
FWIW
I guess CI failed due to compiler warnings. |
Member
|
@ihnorton Thanks for the patch. Could it please be submitted to Gerrit? |
Contributor
Author
|
Alright... (I thought you were taking PRs based on some of the othere recent ones here) |
Contributor
Author
Member
|
Thanks, @ihnorton! |
2 tasks
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
ENH: Set version to 2.0.0
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
Adding initial montaging class
hjmjohnson
added a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
Delta (4 commits): 7b3eb67 (origin/main, origin/HEAD) Merge pull request InsightSoftwareConsortium#40 from InsightSoftwareConsortium/update-ci-best-practices b0cefba (HEAD -> update-ci-best-practices, origin/update-ci-best-practices) COMP: Pin ITK wheel build to v5.4.5 for Python packaging 2bdb302 COMP: Update ITKRemoteModuleBuildTestPackageAction to v5.4.6 106c649 COMP: Update minimum Python version to 3.10+ Preparatory step for ingesting ITKAnalyzeObjectLabelMap as an inline beta module under Modules/Beta/AnalyzeObjectLabelMap/.
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
…a-type ENH: Support distinct CellData pixel type
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
…s_autofix_ci-itk-5.4.0-secret-syntax ENH: Upgrade CI for ITK 5.4.0
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
…onsortium/update-ci-best-practices COMP: Update CI best practices and Python 3.10+
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
DOC: Add Azure pipelines badge
hjmjohnson
added a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
Delta (4 commits): 7b3eb67 (origin/main, origin/HEAD) Merge pull request InsightSoftwareConsortium#40 from InsightSoftwareConsortium/update-ci-best-practices b0cefba (HEAD -> update-ci-best-practices, origin/update-ci-best-practices) COMP: Pin ITK wheel build to v5.4.5 for Python packaging 2bdb302 COMP: Update ITKRemoteModuleBuildTestPackageAction to v5.4.6 106c649 COMP: Update minimum Python version to 3.10+ Preparatory step for ingesting ITKAnalyzeObjectLabelMap as an inline beta module under Modules/Beta/AnalyzeObjectLabelMap/.
hjmjohnson
pushed a commit
that referenced
this pull request
Apr 25, 2026
Adding initial montaging class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes segfault reported here: https://discourse.slicer.org/t/loading-mat-matrix/2226
while reading MATLAB .mat file (into Slicer, but replicated independently) because ioTransformList is empty.