Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Team:Architecture
Description
The av2 array in the IncompatibleSchemas test case in afw/tests/test_tableArchives.cc lines 423-426 is not initialized. After it is created, the av1 array is (re)-initialized (incorrectly) due to a couple of typos. This leads to unspecified behavior in the subsequent round-trip test.
Attachments
Issue Links
- relates to
-
DM-12763 afw test_testTableArchives has uninitialized memory
- Done
Credit to Eli Rykoff for spotting the problem in the code.