Changeset 60392480 in ffmpeg

Timestamp:
Feb 1, 2015, 1:28:40 AM (10 years ago)
Author:
Luca Barbato <lu_zero@gentoo.org>
Branches:
master
Children:
28df0151, fa73358c
Parents:
f726fc21
git-author:
Rémi Denis-Courmont <remi@remlab.net> (01/26/15 19:17:31)
git-committer:
Luca Barbato <lu_zero@gentoo.org> (02/01/15 01:28:40)
Message:

mem: fix pointer pointer aliasing violations

This uses explicit memory copying to read and write pointer to pointers
of arbitrary object types. This works provided that the architecture
uses the same representation for all pointer types (the previous code
made that assumption already anyway).

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

(No files)

Note: See TracChangeset for help on using the changeset viewer.