CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/05 11:29:17
Modified files:
sys/kern : kern_malloc.c
sys/net : bpf.c
sys/sys : malloc.h
Log message:
Limit net.bpf.maxbufsize sysctl(8) to a value that malloc(9) can handle.
Introduce MALLOC_MAX definition to keep this value in sync and use it
system wide.
Reported-by: [email protected]
ok claudio bluhm
