]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
worker: fixed a mistakenly used pkt_buf instead of pkt
authorMarek Vavruša <mvavrusa@cloudflare.com>
Sat, 21 Apr 2018 07:12:03 +0000 (00:12 -0700)
committerMarek Vavruša <mvavrusa@cloudflare.com>
Fri, 7 Sep 2018 17:45:21 +0000 (10:45 -0700)
commit28bda2a9061cb778f502ea336e6f57a4072662a7
treea5bdc26b1b860f56493948b07dee6124f9430285
parentb7dbb94cadeba49430619ded9de9ea90dd92c906
worker: fixed a mistakenly used pkt_buf instead of pkt

The `pkt` is set to NULL above, but it's not used and `pkt_buf` is used instead,
it may point to an invalid packet and cause problems further down.
daemon/tls.c