-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9
-
Component/s: C++ - Library
-
Labels:None
-
Environment:
Mac 64, Win 64, Linux 64
-
Patch Info:Patch Available
TCompactProtocol has several places where it truncates a size_t to a 32-bit value.
TCompactProtocol also does bitwise operations on signed values, which has undefined behavior.
- relates to
-
IMPALA-5031 UBSAN clean and method for testing UBSAN cleanliness
-
- In Progress
-
- links to