Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack overflow at re_decode_u32 jerry-core/parser/regexp/re-bytecode.c:187 #4302

Closed
kvenux opened this issue Oct 20, 2020 · 1 comment
Closed

Comments

@kvenux
Copy link

kvenux commented Oct 20, 2020

Build environment:

Ubuntu 16.04
gcc 5.4.0
jerry version: 6f25d6e
build command: python ./tools/build.py --clean --debug --compile-flag=-fsanitize=address --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer --compile-flag=-fno-common --lto=off --error-message=on --system-allocator=on
test command: ./xst poc

Target device:

Desktop Linux

POC

jerry-001439.txt

Description

Below is the ASAN outputs.

ASAN:SIGSEGV

==123642==ERROR: AddressSanitizer: stack-overflow on address 0xff407ffc (pc 0x081a87b8 bp 0xff408038 sp 0xff408000 T0)
#0 0x81a87b7 in re_decode_u32 /home/keven/Fuzzing/jerry-test/jerry-core/parser/regexp/re-bytecode.c:187
#1 0x81aa4f9 in re_get_value /home/keven/Fuzzing/jerry-test/jerry-core/parser/regexp/re-bytecode.c:266
#2 0x8140d50 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:803
#3 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#4 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#5 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#6 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#7 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#8 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#9 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#10 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#11 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#12 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#13 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#14 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#15 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#16 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#17 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#18 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#19 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#20 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#21 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#22 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#23 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#24 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#25 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#26 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#27 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#28 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#29 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#30 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#31 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#32 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#33 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#34 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#35 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#36 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#37 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#38 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#39 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#40 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#41 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#42 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#43 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#44 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#45 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#46 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#47 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#48 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#49 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#50 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#51 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#52 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#53 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#54 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#55 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#56 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#57 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#58 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#59 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#60 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#61 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#62 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#63 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#64 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#65 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#66 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#67 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#68 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#69 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#70 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#71 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#72 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#73 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#74 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#75 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#76 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#77 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#78 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#79 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#80 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#81 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#82 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#83 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#84 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#85 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#86 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#87 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#88 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#89 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#90 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#91 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#92 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#93 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#94 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#95 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#96 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#97 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#98 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#99 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#100 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#101 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#102 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#103 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#104 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#105 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#106 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#107 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#108 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#109 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#110 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#111 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#112 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#113 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#114 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#115 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#116 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#117 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#118 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#119 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#120 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#121 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#122 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#123 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#124 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#125 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#126 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#127 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#128 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#129 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#130 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#131 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#132 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#133 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#134 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#135 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#136 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#137 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#138 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#139 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#140 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#141 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#142 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#143 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#144 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#145 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#146 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#147 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#148 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#149 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#150 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#151 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#152 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#153 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#154 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#155 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#156 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#157 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#158 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#159 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#160 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#161 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#162 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#163 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#164 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#165 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#166 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#167 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#168 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#169 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#170 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#171 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#172 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#173 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#174 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#175 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#176 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#177 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#178 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#179 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#180 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#181 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#182 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#183 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#184 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#185 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#186 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#187 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#188 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#189 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#190 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#191 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#192 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#193 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#194 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#195 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#196 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#197 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#198 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#199 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#200 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#201 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#202 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#203 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#204 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#205 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#206 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#207 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#208 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#209 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#210 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#211 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#212 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#213 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#214 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#215 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#216 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#217 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#218 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#219 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#220 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#221 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#222 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#223 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#224 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#225 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#226 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#227 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#228 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#229 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#230 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#231 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#232 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#233 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#234 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#235 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#236 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#237 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#238 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#239 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#240 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#241 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#242 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#243 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#244 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#245 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#246 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#247 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#248 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#249 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816
#250 0x8142841 in ecma_regexp_run /home/keven/Fuzzing/jerry-test/jerry-core/ecma/operations/ecma-regexp-object.c:816

SUMMARY: AddressSanitizer: stack-overflow /home/keven/Fuzzing/jerry-test/jerry-core/parser/regexp/re-bytecode.c:187 re_decode_u32
==123642==ABORTING

@rerobika
Copy link
Member

Exact duplicate of #4301 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants