CVSROOT:        /cvs
Module name:    src
Changes by:     phess...@cvs.openbsd.org        2015/04/17 01:51:09

Modified files:
        usr.sbin/bgpctl: bgpctl.c parser.c parser.h 

Log message:
parse_prefix in parse.c got changed but the declaration in bgpctl.c
wasn't updated, so we would crash when doing `bgpctl net bulk` commands.

Fix by moving parse_prefix into a header, since we use it in more than
one file.

crash found by henning@
underlying problem found by blambert@

OK sthen@ deraadt@ claudio@ henning@

Reply via email to