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

TypeError: argument of type 'NoneType' is not iterable #41

Open
Techno-Fox opened this issue Dec 2, 2019 · 0 comments
Open

TypeError: argument of type 'NoneType' is not iterable #41

Techno-Fox opened this issue Dec 2, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@Techno-Fox
Copy link

This error appears when trying to fuzz stdin on a program (not arguments, just stdin). However manul forces the @@ which is for arguments.

Error :

Traceback (most recent call last):
File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "./manul.py", line 993, in run_fuzzer_instance
fuzzer_instance.run() # never return
File "./manul.py", line 851, in run
self.dry_run()
File "./manul.py", line 613, in dry_run
if "is for the wrong architecture" in err_output:
TypeError: argument of type 'NoneType' is not iterable

P.S. Thank you for taking time to read this issue, and hopefully fix it.

@mxmssh mxmssh added the bug Something isn't working label Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants