CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/05/07 06:33:12

Modified files:
        usr.sbin/bgpd  : rde_adjout.c 

Log message:
Typecast idx to size_t so that the comparison is safe on 32bit arch.

idx < 0 was already checked so casting this value from signed to unsigned
is safe.

OK tb@

Reply via email to