CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/23 07:07:44
Modified files:
usr.sbin/bgpd : flowspec.c
Log message:
Use xoff instead of *olen in the shift_right() call. xoff is the right
value here since *olen is (conditionally) set a few lines later to the
same value as xoff.
Should fix the CodeQL warnings because *olen is dereferenced without
proper NULL check.
OK tb@
