$ ./mjs/build/mjs poc.js
ASAN:DEADLYSIGNAL
=================================================================
==87532==ERROR: AddressSanitizer: SEGV on unknown address 0x55d1329c929c (pc 0x55d1329c930f bp 0x615000000080 sp 0x7ffe4957a058 T0)
==87532==The signal is caused by a WRITE memory access.
#0 0x55d1329c930e (/usr/local/bin/mjs+0x9a30e)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (/usr/local/bin/mjs+0x9a30e)
==87532==ABORTING
The text was updated successfully, but these errors were encountered:
mJS revision
Commit: b1b6eac
Build platform
Ubuntu 18.04.5 LTS (Linux 5.4.0-44-generic x86_64)
Build steps
Test case
poc.js
Execution steps & Output
$ ./mjs/build/mjs poc.js ASAN:DEADLYSIGNAL ================================================================= ==87532==ERROR: AddressSanitizer: SEGV on unknown address 0x55d1329c929c (pc 0x55d1329c930f bp 0x615000000080 sp 0x7ffe4957a058 T0) ==87532==The signal is caused by a WRITE memory access. #0 0x55d1329c930e (/usr/local/bin/mjs+0x9a30e) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/local/bin/mjs+0x9a30e) ==87532==ABORTING
The text was updated successfully, but these errors were encountered: