fix undefined behavior in UT decoding sequence
Towards #263 (closed)
This fixes 1. (reference binding to null
) and 3. (left shift of negative value
) reported in the issue.
Thanks to @acasaisv for reporting.
Edited by Marian Stahl
Please be advised that registry.cern.ch registry (Registry Service) will be unavailable next Monday, March 10th starting at 08:00h (Geneva time) for a short period of time. This may cause temporary disruptions to your workflows. Further information: OTG0154905
Towards #263 (closed)
This fixes 1. (reference binding to null
) and 3. (left shift of negative value
) reported in the issue.
Thanks to @acasaisv for reporting.