]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix out of bounds read in parse_edns_options_from_query, it would read 762/head
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 16 Aug 2023 14:58:49 +0000 (16:58 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 16 Aug 2023 14:58:49 +0000 (16:58 +0200)
commit1c85901cc4c0f7693183f4b280604619e56cba00
tree88bb902e6d66b491aa67ee9c30d1db8a6639b401
parentb1c707e55193be358a1fea365483180e7c3fcdfe
- Fix out of bounds read in parse_edns_options_from_query, it would read
  8 bytes after a client option of length 8, and then ignore them to
  recreate a 24 byte response. The fixup does not read out of bounds,
  and puts zeroes in the buffer at that point, that then are ignored.
util/data/msgparse.c