resp_err_msg
resp, drctl_resp->resp_err_msg);
drctl_resp->resp_err_msg, DR_VIO_MAXREASONLEN);
drctl_resp->resp_err_msg, DR_VIO_MAXREASONLEN);
*size = offsetof(drctl_resp_t, resp_err_msg) + strlen(msg) + 1;
(void) strcpy(resp->resp_err_msg, msg);