a8ee51832f30d5b4c8845b04ca8ed50099cffac6 | Author: Dmitry Kropachev <dmitry.kropachev@scylladb.com>
| 2023-05-04 10:12:54-04:00
Fix potential crashes on deserealization
- unmarshalUDT, can cause panic of data is not aligned with udt structure
- unmarshalMap, potential wrong result if readCollectionSize return negative size
- unmarshalList, otential wrong result if readCollectionSize return negative size
- decVint, potential panic if data is not aligned
- decVints, potential panic if data is not aligned
- unmarshalDecimal, potential panic if data is not aligned