Details
-
Sub-task
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
2.7.2
-
None
-
None
-
Any platform with alignment constraints
Description
MCollectorOutputHandler.cc casts a misaligned byte pointer to a KVBufferWithParititionId, which causes coredumps on any platform with alignment constraints, such as SPARC. The misaligned structure needs to be copied into a local, aligned structure and the data referenced from there.