Skip to content

Commit 5c1dad8

Browse files
committed
add x64 versions of libc++_shared.so to fortify exceptions
1 parent 5647820 commit 5c1dad8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ jobs:
7575
run: |
7676
checksec --output=json --dir=lib > checksec_output.json
7777
jq --argjson exceptions '[
78+
"lib/arm64-v8a/libc++_shared.so",
7879
"lib/armeabi-v7a/libc++_shared.so",
79-
"lib/x86/libc++_shared.so"
80+
"lib/x86/libc++_shared.so",
81+
"lib/x86_64/libc++_shared.so"
8082
]' '
8183
to_entries
8284
| map(select(.value.fortify_source == "no" and (.key as $lib | $exceptions | index($lib) | not)))

0 commit comments

Comments
 (0)