Fix for bulkio issue #6520#8325
Conversation
|
Starting build on |
5d90323 to
f678a24
Compare
|
Starting build on |
Rename DeserializeType::kDestructive into DeserializeType::kExternal as it describe better the situation (the TBufferFile is not large enough to hold the deserialized data). Correct the value of GetDeserializeType for TLeafB, TLeafG, TLeafO, TLeafS in particular several where incorrectly marked as kExternal when part of an array (fLeafCount != nullptr); This fixes root-project#6520.
…licitly before hand
The user can always find a way to deserialize it. It might be as simple as byte swapping or might requires to call a full StreamerInfoAction sequence.
Axel-Naumann
left a comment
There was a problem hiding this comment.
No significant comments :-)
|
Build failed on windows10/cxx14. Errors:
|
f678a24 to
871f37f
Compare
|
Starting build on |
|
Build failed on mac1014/python3. Errors:
|
871f37f to
ec43838
Compare
|
Starting build on |
And resolve issue with floating point saturation in the input
ec43838 to
ad849ee
Compare
|
Starting build on |
Correct the value of 'GetSerializedType'.