]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix for Heap Out-of-Bounds Write via size_t-to-int Truncation
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 May 2026 12:40:48 +0000 (14:40 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 May 2026 12:40:48 +0000 (14:40 +0200)
commit33e2863862a629e7748760ea18f0afdb2558121e
tree1250e5bd7be3f8046f8010516d7465aef02ad278
parent027e23a11d3a64d38406dc42313046dc2c39565e
- Fix for Heap Out-of-Bounds Write via size_t-to-int Truncation
  in setup_if() - outside_network_create(). This fixes that
  large values for num_ports do not overflow and create
  invalid references after integer truncation. Thanks
  to Karnakar Reddy (@karnakarreddi) for the report.
doc/Changelog
services/outside_network.c