commit | 2f2d687988c6614e3d2f8636dce5b2d1a10683e5 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu May 10 17:10:02 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed May 16 13:52:13 2018 +0100 |
tree | c7118037d1ce956819e92528e839495370ba43f9 | |
parent | 39b0191da32e494ca7d1e9991614d03f3126fd9f [diff] |
Fix aliasing violations in old code Old code used pointer based type punning which is considered an aliasing violation by most compilers, while union based type punning is intended to work (both by ISO C and most compilers).