Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/security/perm.c

    r174156fd r9c75a99d  
    131131         * doesn't have PERM_PERM.
    132132         */
    133         irq_spinlock_unlock(&TASK->lock, false);
     133        irq_spinlock_lock(&TASK->lock, false);
    134134
    135135        if ((!(TASK->perms & PERM_PERM)) || (task != TASK)) {
Note: See TracChangeset for help on using the changeset viewer.