[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OSS_FUZZ target, cleanup packet.cc #226

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jjo-sec
Copy link
@jjo-sec jjo-sec commented Nov 20, 2019

The OSS_FUZZ target was missing ${LIB_FUZZER} in its TARGET_LINK_LIBRARIES setup, all fuzzer targets should have the same set of TARGET_LINK_LIBRARIES, each just overrides what ${LIB_FUZZER} is set to

clean up unnecssary definition of __sanitizer_cov_trace_pc in fuzz/packet.cc

Verified quicly-fuzzer-packet builds & runs on xenial and bionic systems and via

python infra/helper.py build_fuzzers for a to-be-submitted project for oss-fuzz

oss_fuzz target was missing ${LIB_FUZZER}, they should be the same across all fuzz targets
kazuho pushed a commit that referenced this pull request Feb 22, 2020
Fix leak of the buffer of the private key after a call to `ptls_minicrypto_load_private_key`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant