已合并
OpenHarmony kernel_liteos_a uid_map 拒绝服务 #1391
yang-pangyuan创建于 5月29日
OpenHarmony kernel_liteos_a uid_map 拒绝服务 #1391
已合并
yang-pangyuan创建于 5月29日
1 个文件变更+1-1
Mfs/proc/os_adapt/process_proc.c+1-1
@@ -460,7 +460,7 @@ static int ProcIDMapRead(struct SeqBuf *seqBuf, void *v)
460 uidGidExtent.count);460 uidGidExtent.count);
461 return 0;461 return 0;
462 }462 }
463- SCHEDULER_LOCK(intSave);463+ SCHEDULER_UNLOCK(intSave);
464 return 0;464 return 0;
465}465}
466 466