Description: hidumper 漏洞修复
IssueNo: https://gitee.com/openharmony/kernel_liteos_a/issues/IAUKD9 Feature Or Bugfix: Bugfix Binary Source: No Signed-off-by: hw_llm <liu.limin@huawei.com>
This commit is contained in:
parent
4bb465f9af
commit
31da79ec80
|
@ -278,7 +278,6 @@ static void DumpFaultLog(void)
|
||||||
|
|
||||||
static void DumpMemData(struct MemDumpParam *param)
|
static void DumpMemData(struct MemDumpParam *param)
|
||||||
{
|
{
|
||||||
PRINTK("\nDumpType: %d\n", param->type);
|
|
||||||
PRINTK("Unsupported now!\n");
|
PRINTK("Unsupported now!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue