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
findJvmLibrary("libc") always returns libjvm on HotSpot, and
findLibraryByName("libc") uses prefix strncmp that matches libcap/libcurl
before libc.so.6. Replace both with a full scan of all loaded native libs
using the isThreadEntry predicate, covering glibc, musl, and Rust binaries.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments