CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/10 20:06:46
Modified files:
usr.sbin/ldpd : hello.c
Log message:
Parse the whole Hello packet before processing it.
In the case of an error, we want to return as soon as possible to avoid
having to clean things up.
This fixes a bug where we could create a dynamic targeted neighbor in
response to a malformed packet.
