dnstap / dnstap-ldns

reference dnstap decoding utility
Apache License 2.0
20 stars 8 forks source link

Do not dereference uninitialized pointers on error path #3

Closed jedisct1 closed 7 years ago

jedisct1 commented 7 years ago

Do not *_free() stack-allocated pointers (in the cleanup section) before they are initialized.