libs/gst/dataprotocol/dataprotocol.c: Don't write to the same region of memory as...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 30 Jun 2008 09:38:45 +0000 (09:38 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 30 Jun 2008 09:38:45 +0000 (09:38 +0000)
commit05d13e84ea723c1a48172bf6ea19a6a26ee397b4
treecc8ba933df5aff83204c3d44b09e20697e4dc8e4
parentb1b4a78ffc9509c02ecd92999c32308164774744
libs/gst/dataprotocol/dataprotocol.c: 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.
ChangeLog
libs/gst/dataprotocol/dataprotocol.c