-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ImageReader : Fix handling of invalid EXR
multiView
attributes
There were two problems here : - We weren't checking that the attribute was an array. - When the attribute wasn't the right type, we were still setting the `singlePartMultiView` variable instead of ignoring the metadata as claimed. This later lead to an uninitialised read because `viewNames` was empty.
- Loading branch information
1 parent
2ad043c
commit 983e84f
Showing
4 changed files
with
43 additions
and
12 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
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
Binary file not shown.
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