Skip to content

Commit 6981412

Browse files
authored
[Auditor] Add ld-linux-riscv64-lp64d.so.1 to list of known libraries (#1367)
1 parent ef1bc6b commit 6981412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/auditor/dynamic_linkage.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ function should_ignore_lib(lib, ::ELFHandle, platform::AbstractPlatform)
161161
"ld-linux.so.2",
162162
"ld-linux-armhf.so.3",
163163
"ld-linux-aarch64.so.1",
164+
"ld-linux-riscv64-lp64d.so.1",
164165
"ld-musl-x86_64.so.1",
165166
"ld-musl-i386.so.1",
166167
"ld-musl-aarch64.so.1",

0 commit comments

Comments
 (0)