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}" --dynamic --defined-only "${f}"| grep -a -F -v ' T curl_'&&false# should not export anything else except the libcurl API
121
-
echo'---------------------------------------'
122
-
echo'---------------------------------------'
114
+
# Allowlist:
115
+
# - MUSL: _fini, _init
116
+
# - ?: _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
0 commit comments