Skip to content

at3_standalone: Make all allocations aligned. - #20162

Merged
hrydgard merged 1 commit into
masterfrom
align-av-malloc
Mar 26, 2025
Merged

at3_standalone: Make all allocations aligned.#20162
hrydgard merged 1 commit into
masterfrom
align-av-malloc

Conversation

@hrydgard

@hrydgard hrydgard commented Mar 26, 2025

Copy link
Copy Markdown
Owner

Also replaces av_realloc with regular realloc, as there's no aligned_realloc and pointers are not compatible with regular free.

Fixes #20155

Comment thread ext/at3_standalone/mem.cpp Outdated
Replace av_realloc with regular realloc, as there's no aligned_realloc
and pointers are not compatible with regular free.
@hrydgard
hrydgard merged commit fed7c65 into master Mar 26, 2025
@hrydgard
hrydgard deleted the align-av-malloc branch March 26, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

segfault in ff_atrac3p_ipqf causes infinite loop due to at3_standalone malloc wrapper not aligning + auto-vectorization believing the annotations

2 participants