-
-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix additional segmentation faults with empty Composite
When the CompositeTransform contains no transform is should behave like an identity transform. This patches address loop iteration issues that would cause a segmentation fault due to invalid indexing of transforms when there composite was empty.
- Loading branch information
Showing
2 changed files
with
69 additions
and
120 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.