CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/11 16:53:29
Modified files:
sbin/slaacd : control.c engine.c frontend.c slaacd.c
Log message:
Make slaacd(8) imsg processing more paranoid. Unexpected size mismatches
mean we should no longer trust processes, so we call fatal(x). The
control socket is the exception, where we ignore rather than allow
crashes due to data from the outside.
suggestion/input and OK florian@
