-
Hi,
I have compiled the latest version of `v8` following the instructions reported in the readme file.
I have noticed that the crash that uses `fuzzilli('FUZZILLI_CRASH', 8)` does not trigger:
…
-
node parser.js ../../Protobuf/ast.proto code.js output.ast.proto
`code.js`:
```
1 ? 0 : 0;
```
Are ternary operators on latest rev d386a838 supported yet?
```
/Sources/Fuzzilli/Compiler…
-
Found with Fuzzilli.
Code:
```js
function main() {
let v2 = 0;
do {
const v4 = v2++;
function v5(v6) {
}
function v7(v8,v9) {
v5 = v8;
}
const v11 = new P…
-
Ref: https://build.haiku-os.org/buildmaster/master/x86_gcc2/?buildrunDir=6672&viewMode=expanded
```
[885/5504] Building CXX object Source/...sources/UnifiedSource-f0a787a9-6.cpp.o
FAILED: Source/Ja…
-
node parser.js ../../Protobuf/ast.proto code.js output.ast.proto
content of code.js is
// Copyright 2020 the V8 project authors. All rights reserved.
// Use of this source code is governed by a B…
-
# commit
c3ead3f8a6e0bb8e32e043adc091c68cba5935e9
# bug
Address misalignment causes futex error
# build and run
os: Ubuntu 22.04.2 LTS
build: ./build.sh --debug --static -j=8
run: ./…
-
I always think `ObjectWithSpreadGenerator' codegenerator is implemented, but no.
(https://github.com/googleprojectzero/fuzzilli/blob/main/Sources/Fuzzilli/CodeGen/CodeGeneratorWeights.swift#L80C6-L…
areuu updated
8 months ago
-
rencently, I often encountered such bugs when I try to do fuzzing, I modify some code.
```
Swift/Integers.swift:3426: Fatal error: Not enough bits to represent the passed value
💣 Program cra…
areuu updated
8 months ago
-
I notice that: JitPicker is already lagging far behind Fuzzilli, and last merge request have been closed.
So I wodner will JitPicker be merged into Fuzzilli in the future?
-
###### JerryScript revision
```
$ git show
commit a588e4966175a190ec6350b2a3689d30ed017ec9 (HEAD -> master, origin/master, origin/HEAD)
Author: Máté Tokodi
Date: Wed Sep 20 15:38:30 2023 +0200…