]> git.ipfire.org Git - thirdparty/unbound.git/commit
Fix: dereferencing a null pointer 530/head
authorShchelkunov Artem <a.shchelkunov@ideco.ru>
Fri, 20 Aug 2021 12:52:14 +0000 (17:52 +0500)
committerShchelkunov Artem <a.shchelkunov@ideco.ru>
Fri, 20 Aug 2021 12:52:18 +0000 (17:52 +0500)
commit5730e7bb594d250600d882d04ae1bc7cb10c99e8
tree3721eddf4cd14dae7c76dede8d2cc9283a8a93a6
parent54b7554b5a6a9c482389c535e464c41a8ccd6b9d
Fix: dereferencing a null pointer

Found by static analyzer svace
Static analyzer message: Return value of a function 'reply_info_copy'
is dereferenced at dns64.c:923 without checking, but it is usually
checked for this function (4/5).

on-behalf-of: @ideco-team <github@ideco.ru>
dns64/dns64.c