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

when running just built fuzzer binaries inside docker, use the full path #319

Closed
kcc opened this issue Jan 26, 2017 · 3 comments
Closed

Comments

@kcc
Copy link
Contributor

kcc commented Jan 26, 2017

.. to avoid collisions with other things in PATH, including bash builtins.
Example from nss (#316 (comment)):

testing hash
Using seed corpus: hash_seed_corpus.zip
hash -rss_limit_mb=2048 -timeout=25 -runs=32 /tmp/seed_corpus/
bash: line 0: hash: -s: invalid option
hash: usage: hash [-lr] [-p pathname] [-dt] [name ...]
ERROR: bad exit code: 2

@inferno-chromium
Copy link
Collaborator

a789bcc should fix it, need to verify.

@inferno-chromium
Copy link
Collaborator

Ok fixed it properly in f52193a and b4f6676

@inferno-chromium
Copy link
Collaborator

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

No branches or pull requests

2 participants