angr / tracer

Utilities for generating dynamic traces
BSD 2-Clause "Simplified" License
88 stars 28 forks source link

Fix the endless loop issue in QEMURunner #57

Closed benquike closed 6 years ago

benquike commented 6 years ago

In case of endless loop in the target program, the trace log file use up all the system memory and crash the system

This patch fixes the issue

benquike commented 6 years ago

@zardus does this patch look good?

zardus commented 6 years ago

Yep! I'm not a huge fan of the subprocess32 dependency, but I understand why it's there. Thanks!