gdp: Don't write to the same region of memory as a uint64 and uint16 as this breaks ...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 30 Jun 2008 09:38:45 +0000 (09:38 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Dec 2011 22:49:59 +0000 (22:49 +0000)
commit31a9af5a2b14a91e64ff463a1bcca8e806379110
treee146a58cd5d06ae9ff2824ea66835b4640640146
parentd8942dc0db3bc7f6258a4c3bab6a129f5fcb80fa
gdp: Don't write to the same region of memory as a uint64 and uint16 as this breaks ...

Original commit message from CVS:
* libs/gst/dataprotocol/dataprotocol.c:
Don't write to the same region of memory as a uint64 and uint16
as this breaks strict aliasing rules and apparantly breaks on PPC
and s390. Thanks to Sjoerd Simons for analysing. Fixes bug #348114.
gst/gdp/dataprotocol.c