arkcompiler_ets_runtime/test/moduletest/errorhelper
lichenshuai 840fc35ec6 [Bug]: error.constructor.prototype.name类型直接将数值作为指针导致非法内存访问漏洞
name被修改为了整数类型,但在PrintJSErrorInfo中被直接视为EcmaString,导致在取值时发生非法内存访问。

Issue: #I7KW69

Signed-off-by: lichenshuai <lichenshuai@huawei.com>
Change-Id: Iae5b86beda282992fd2dd623ec9bf7bc54f03af6
2023-07-15 11:35:05 +08:00
..
BUILD.gn Bugfix: ErrorName 2023-06-21 08:26:06 +08:00
errorhelper.js [Bug]: error.constructor.prototype.name类型直接将数值作为指针导致非法内存访问漏洞 2023-07-15 11:35:05 +08:00
expect_output.txt Bugfix: ErrorName 2023-06-21 08:26:06 +08:00