diff options
author | Robert Loehning <robert.loehning@qt.io> | 2019-06-20 14:22:46 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@qt.io> | 2019-06-27 12:40:11 +0200 |
commit | ff4a74d5c85d8f0d08acb8ef051b1038a1e0db7c (patch) | |
tree | 8db3fe02206e3ade6c9b40515bfc498cc3e4a861 /fuzzing | |
parent | 3908dc23d77780a76d60c247c91914b9ba6cbd30 (diff) |
fuzzing: Add JavaScript file which could crash Qt 5.12.3
Crashes QJSEngine::evaluate() when run with
QV4_MM_AGGRESSIVE_GC=1 and QV4_JIT_CALL_THRESHOLD=0
Task-number: QTBUG-75642
Change-Id: Iad6526d639b50cf2698672776d43ea90a7993063
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'fuzzing')
-rw-r--r-- | fuzzing/testcases/js/QTBUG-75642.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzzing/testcases/js/QTBUG-75642.js b/fuzzing/testcases/js/QTBUG-75642.js new file mode 100644 index 00000000..868afe93 --- /dev/null +++ b/fuzzing/testcases/js/QTBUG-75642.js @@ -0,0 +1,2 @@ +{S=o=>s +F``}
\ No newline at end of file |