ros / roscpp_core

ros distribution sandbox
88 stars 116 forks source link

roscpp_serialization: replaced reinterpret_cast with memcpy to avoid … #83

Closed cwecht closed 6 years ago

cwecht commented 6 years ago

…undefined behavior/alignment issues

This fixes #76 .

In addition, the special case for ARM has been removed.

dirk-thomas commented 6 years ago

Thank you for the patch!