CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/05 08:58:37
Modified files:
usr.sbin/arp : arp.c
Log message:
correct a rtget() error check
this function could only return 0 or 1, and 1 on error.
avoid to deref an uninitialised variable if rtget() return an error.
ok millert@ benno@ deraadt@
