• J
    Fix crash in DAC driver with no seclabels · 88e36a69
    Ján Tomko 提交于
    With dynamic_ownership = 1 but no seclabels, RestoreChardevLabel
    dereferences the NULL seclabel when checking if norelabel is set.
    
    Remove this check, since it is already done in RestoreSecurityAllLabel
    and if norelabel is set, RestoreChardevLabel is never called.
    88e36a69
security_dac.c 38.7 KB