CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/11/04 08:30:50
Modified files:
usr.sbin/bgpctl: bgpctl.c parser.c
Log message:
Fix various smaller things found by coverity
- Initalize neighbor since we don't touch all members when setting it up.
- In fmt_flags() increase the flagstr to be able to hold all flags even
though some flags are mutually exclusive but lets play it safe.
- Error out if multiple mrt files are provided. It makes no sense to set
more than one file.
Fixes for CID 492333, 492337 and 492338
OK tb@