blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.1k stars 459 forks source link

integrating detailed timeout stats #10

Closed quirins closed 7 years ago

quirins commented 7 years ago

Hi,

I figured out why the detailed timeout stats caused segfaults last time, I only allocated the memory if the number of retries was set as a parameter. This pull request fixes that and should work fine.

Kind regards Quirin