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
fix(appsec): find fuzzer runtime lib in Debian's linux/ layout
Newer clang versions return a per-target path from -print-runtime-dir
(e.g. .../lib/x86_64-pc-linux-gnu) but Debian/Ubuntu packages install
compiler-rt runtime libs in a sibling "linux/" directory. Add that as a
fallback search path for both find_library and target_link_directories.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments