[gstreamer-bugs] [Bug 545714] GST_READ_UINT_* and GST_WRITE_UINT_* are not always safe to use

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Oct 7 04:59:29 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=545714

  GStreamer | gstreamer (core) | Ver: HEAD CVS

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.22




------- Comment #7 from Sebastian Dröge  2008-10-07 11:59 UTC -------
2008-10-07  Sebastian Dröge  <sebastian.droege at collabora.co.uk>

        * docs/gst/gstreamer-sections.txt:
        * gst/gstutils.h:
        Always use the unaligned variants of GST_READ_UINT* and GST_WRITE_UINT*
        as it's too easy to break the ISO C strict aliasing rules with simple
        casts to the corresponding type and this would introduce hard to debug
        bugs. Fixes bug #545714.

        API: Add GST_READ_UINT24_(LE|BE) and GST_WRITE_UINT24_(LE|BE).


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=545714.




More information about the Gstreamer-bugs mailing list