• Andreas Rheinhardt's avatar
    postproc/postprocess_template: Fix alignment · f0ee3879
    Andreas Rheinhardt authored
    postProcess in postprocess_template.c copies a PPContext
    to the stack, works with this copy and then copies
    it back again. Said local copy uses a hardcoded alignment
    of eight, although PPContext has alignment 32 since
    cbe27006
    (this commit was in anticipation of AVX2 code that never landed).
    This leads to misalignment in the filter-(pp|pp1|pp2|pp3|qp)
    FATE-tests which UBSan complains about. So avoid the local copy.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
    f0ee3879
Name
Last commit
Last update
..
Makefile Loading commit data...
libpostproc.v Loading commit data...
postprocess.c Loading commit data...
postprocess.h Loading commit data...
postprocess_altivec_template.c Loading commit data...
postprocess_internal.h Loading commit data...
postprocess_template.c Loading commit data...
postprocres.rc Loading commit data...
version.c Loading commit data...
version.h Loading commit data...
version_major.h Loading commit data...