shithub: libvpx

Download patch

ref: bc29863b9668f041c3d4ad48a70360c21ab38374
parent: 0cc23242b035cc1c102dbeecc524592dc93cfb7d
author: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
date: Mon Nov 20 08:40:54 EST 2017

[CFI] Remove function pointer casts

Control Flow Integrity [1] indirect call checking verifies that function
pointers only call valid functions with a matching type signature. This
change eliminates function pointer casts to make libvpx CFI-safe.

[1] https://www.chromium.org/developers/testing/control-flow-integrity

Change-Id: I7e08522d195a43c88cda06fa20414426c8c4372c