Skip to content

Commit

Permalink
Update fuzz target source file path and binary name of nss.yaml
Browse files Browse the repository at this point in the history
`nss` failed FI build.
  • Loading branch information
DonggeLiu authored Dec 16, 2024
1 parent f871736 commit c749624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark-sets/all/nss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"signature": "CK_RV s_open(const char *, const char *, const char *, int, int, int, SDB **, SDB **, int *)"
"language": "c++"
"project": "nss"
"target_name": "mpi-mod"
"target_path": "/src/nss/fuzz/mpi_mod_target.cc"
"target_name": "certDN"
"target_path": "OFG_UNIQUE_PREFIX_/src/nss/fuzz/targets/certDN.cc"

0 comments on commit c749624

Please sign in to comment.