Skip to content

compat: fix test heap failure

Zhao Zhili requested to merge quink/vlc:bugfix-compat-test into master

The standard doesn't specify what's the supported alignment of aligned_alloc(). macOS requires alignment at least as large as sizeof(void *). Looks like macOS inherits the requirements of posix_memalign().

Merge request reports