|
Description
|
By inspection, the dlmgmt_upcall_destroy() function responsible for handling DLMGMT_CMD_DLS_DESTROY door upcalls makes no sense. It fiddles with "dflags" only in the error code paths where "dflags" is never used, but the non-error code path uses "dflags" where it is always 0.
Who knows what actual bugs this is masking.
|