[FFmpeg-devel] [PATCH] arm64: Fix wrong BTI landing pad

Martin Storsjö martin at martin.st
Tue Apr 26 10:27:21 EEST 2022


On Mon, 25 Apr 2022, Andre Kempe wrote:

> This patch fixes a wrong type of BTI landing pad when branching to
> functions instantiated via the fft*_neon macro.
>
> Although the previously employed paciasp instruction serves as a landing
> pad, for the ways that this function is invoked it is the wrong type, resulting
> in an unexpected termination of the running process.
>
> Signed-off-by: André Kempe <andre.kempe at arm.com>
> ---
> libavcodec/aarch64/fft_neon.S | 1 +
> 1 file changed, 1 insertion(+)

Thanks! I pushed this now.

// Martin


More information about the ffmpeg-devel mailing list