CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/12/16 02:33:56

Modified files:
        sys/net        : rtsock.c 

Log message:
When adding the extra 10% of space to a needed sysctl buffer use math
that is less likely to overflow the int type used. A BGP fullfeed is
now so big that this calculation overflowed and then got sign extended.
The result was for example 'route -n show' failures.
Problem identified with deraadt@
OK deraadt@ (more cleanup needed but this fix is a good start)

Reply via email to