Skip to content

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Mar 26, 2025

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

Fixes #20155

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
19 checks passed
@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