You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineAT_VA_RESERVATION 71 /* VA reservation support */
Makes software like Clickhouse segfault which has code like this:
// We don't have libc struct available here.// Compute aux vector manually (from /proc/self/auxv).//// Right now there is only 51 AT_* constants,// so 64 should be enough until this implementation will be replaced with musl.staticunsigned long__auxv_procfs[64];