MAX_IMSGSIZE
imsg->hdr.len > MAX_IMSGSIZE) {
if (datalen > MAX_IMSGSIZE) {
if ((wbuf = ibuf_dynamic(datalen, MAX_IMSGSIZE)) == NULL) {