Skip to content

Commit

Permalink
Reenable bn_div fuzzer.
Browse files Browse the repository at this point in the history
It looks like the bn_div fuzzer was inadvertently removed from
fuzz/'s CMakeLists during an earlier refactor [1]. This change
adds it back.

[1]: https://boringssl-review.googlesource.com/c/boringssl/+/31324/

Change-Id: I8bb4b224eedff60cc5cd6df7fa39d9c39d499a56
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/38424
Commit-Queue: David Benjamin <[email protected]>
Reviewed-by: David Benjamin <[email protected]>
  • Loading branch information
davidvancleve authored and CQ bot account: [email protected] committed Oct 21, 2019
1 parent 7f02881 commit c951e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ endmacro()

fuzzer(arm_cpuinfo)
fuzzer(bn_mod_exp)
fuzzer(bn_div)
fuzzer(privkey)
fuzzer(cert)
fuzzer(spki)
Expand Down

0 comments on commit c951e55

Please sign in to comment.