chiark / gitweb /
resolved: avoid possible dereference of null pointer
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 3 Aug 2014 20:41:25 +0000 (22:41 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 3 Aug 2014 21:01:57 +0000 (23:01 +0200)
In dns_scope_make_reply_packet the structs q, answer, and soa can be
null. We should check for null before reading their fields.


No differences found