> Meem, are you fine with other changes, like the LINT removals and > skipping over a malformed NOTIFICATION changes.
Mostly -- seems like it could be simpler by doing:
/* process properly-formed DL_NOTIFY_IND messages */
if (ctl.len >= DL_NOTIFY_IND_SIZE) {
dlnotif = (dl_notify_ind_t *)(void *)ctl.buf;
(void) i_dlpi_notifyind_process(dip, dlnotif);
}
goto update;
--
meem
