Skip to content
  • Sebastian Dröge's avatar
    gst-libs/gst/cdda/sha1.c: Use memcpy() instead of upcasting a byte array to... · 07cd425c
    Sebastian Dröge authored
    gst-libs/gst/cdda/sha1.c: Use memcpy() instead of upcasting a byte array to long *. This fixes an unaligned memory ac...
    
    Original commit message from CVS:
    * gst-libs/gst/cdda/sha1.c: (sha_transform):
    Use memcpy() instead of upcasting a byte array to long *. This
    fixes an unaligned memory access, resulting in SIGBUS on IA64.
    This should be ported to GCheckSum once we can use GLib 2.16.
    Partially fixes bug #500833.
    07cd425c