CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/14 02:54:21
Modified files:
usr.sbin/relayd: config.c relayd.c relayd.h
Log message:
relayd: use ibuf_get_string() and ibuf_get_data() to read imsg payloads
Drop the local get_string() and read variable-length string and binary
payloads through the ibuf getters instead of the raw imsg->data pointer.
ibuf_get_string() no longer trims the input at the first non-printable
byte like the old get_string() did; the payloads come from the parent
over privsep imsg.
idea and ok claudio