trailofbits/manticore
Ver no GitHubManticore fails to capture Executor failure in status code
Open
#770 aberto em 23 de fev. de 2018
good first issuehelp wanted
Métricas do repositório
- Stars
- (3.469 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
@mossberg
I find it mildly unsatisfying that if Manticore crashes while in the executor loop, the process will still return 0 (meaning subprocess.check_output or check_call will not catch it). But that's an issue for a later time.