CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/14 02:41:08
Modified files:
usr.sbin/relayd: ca.c hce.c pfe.c relay.c
Log message:
relayd: use imsg_get_data() and imsg_get_type()
Replace IMSG_SIZE_CHECK() + memcpy()/bcopy() with imsg_get_data(),
which does the length check and copy in one call, and read the message
type via imsg_get_type() instead of imsg->hdr.type.
OK claudio
