Comment # 27
on bug 10122
from Jeff Morriss
A bit late now, but last night I started thinking that maybe a better solution
would be to simply truncate "too long" captures before feeding them through
Valgrind. Just run capinfos to get the number of packets and if it's more than
X (where we've found X to be a reasonable limit) then use editcap to truncate
the file.
The advantage of doing that is the fuzz step might not take 1.5 days as it
seems to now.
You are receiving this mail because:
- You are watching all bug changes.