You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v@DESKTOP-DPIU403:~/jse/mjs$ ./mjs-bin poc5.js
AddressSanitizer:DEADLYSIGNAL
=================================================================
==13045==ERROR: AddressSanitizer: SEGV on unknown address 0x55d1cc372d88 (pc 0x55d1ba6c7570 bp 0x7ffc92f34d10 sp 0x7ffc92f34c40 T0)
==13045==The signal is caused by a READ memory access.
#0 0x55d1ba6c7570 in getprop_builtin_foreign /home/v/jse/mjs/mjs.c:8472:31
#1 0x55d1ba6c2b5f in getprop_builtin /home/v/jse/mjs/mjs.c:8509:17
#2 0x55d1ba668b43 in mjs_execute /home/v/jse/mjs/mjs.c:8661:14
#3 0x55d1ba6604d4 in mjs_exec_internal /home/v/jse/mjs/mjs.c:9044:5
#4 0x55d1ba660cb3 in mjs_exec_file /home/v/jse/mjs/mjs.c:9067:11
#5 0x55d1ba6725e8 in main /home/v/jse/mjs/mjs.c:11423:11
#6 0x7ffa71e2dd8f in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
#7 0x7ffa71e2de3f in __libc_start_main csu/../csu/libc-start.c:392:3
#8 0x55d1ba5443d4 in _start (/home/v/jse/mjs/mjs-bin+0x283d4)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/v/jse/mjs/mjs.c:8472:31 in getprop_builtin_foreign
==13045==ABORTING
The text was updated successfully, but these errors were encountered:
Object.create
Environment
Ubuntu 22.04.3 LTS
Affected Version
MJS 2.20.0
Step to reproduce
Contents of PoCfile
ASAN Report
The text was updated successfully, but these errors were encountered: