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
"${NM}" --extern-only --defined-only "${f}"| grep -a -F -v ' T _curl_'&&false# should not export anything else except the libcurl API
77
79
fi
78
80
elif [ "${_OS}"='linux' ];then
@@ -114,7 +116,7 @@ while [ -n "${1:-}" ]; do
114
116
# Allowlist:
115
117
# - MUSL: _fini, _init
116
118
# - ?: _start, _start_c
117
-
"${NM}" --dynamic --defined-only "${f}"| grep -a -E -v ' T (curl_|(_fini|_init|_start|_start_c)$)'&&false||true# FIXME: should not export anything else except the libcurl API
119
+
"${NM}" --dynamic --defined-only "${f}"| grep -a -E -v ' T (curl_|(_fini|_init|_start|_start_c)$)'||true# FIXME: should not export anything else except the libcurl API
0 commit comments