aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys/Doxyfile-dev_nvd
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-11-03 04:59:15 +0000
committerCy Schubert <cy@FreeBSD.org>2025-11-26 15:16:47 +0000
commit821774dfbdaa12ef072ff7eaea8f9966a7e63935 (patch)
treecf750707163c14a1905ddce14590e53a8978f17a /tools/kerneldoc/subsys/Doxyfile-dev_nvd
parenteda1756d0454f9383940dc825cf571ff67e0c013 (diff)
ipfilter: Verify ipnat on entry into kernelHEADmain
The ipnat struct is built by ipnat(8), specifically ipnat_y.y when parsing the ipnat configuration file (typically ipnat.conf). ipnat contains a variable length string field at the end of the struct. This data field, called in_names, may contain various text strings such as NIC names. There is no upper bound limit to the length of strings as long as the in_namelen length field specifies the length of in_names within the ipnat structure and in_size specifies the size of the ipnat structure itself. Reported by: Ilja Van Sprundel <ivansprundel@ioactive.com> Reviewed by: markj MFC after: 1 week Differential revision: https://reviews.freebsd.org/D53843
Diffstat (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_nvd')
0 files changed, 0 insertions, 0 deletions