-
-
Fuzzilli current uses hard-coded weights to select between the various [mutators](https://github.com/googleprojectzero/fuzzilli/blob/master/Sources/FuzzilliCli/main.swift#L295), [code generators](http…
-
On JerryScript, the following error occurs somewhat frequently:
Script execution failed: Failed to send command to child process: Broken pipe. Retrying in 1 second...
-
Hi,
Recently I ran the latest fuzzilli on a machine and got some crashes. However, it seems that they are all false positives (or unreproducible cases). An example:
```javascript
const v2 = new I…
-
## Bug Description
When running `hermes $JSFILE` with some crafted JSFILEs, `hermes` may trigger the assertion failure.
- [x] I have confirmed this bug does not occur with JSC
Hermes version:…
-
I ran every command in the README.md on Ubuntu 20.04
What url do I use for fuzz/scripts/redis.py? I tried 127.0.0.1:9000 and 127.0.0.1:6379 and neither worked. What is the ID of the server? How do I …
-
this commit https://github.com/googleprojectzero/fuzzilli/commit/ed1d68b392eb7e0e9cf18482aa279fda99dd629a
my env is docker, and I can't run fuzzilli now.
is there any other way to resolve it? I r…
-
I have noticed that test cases containing UTF-8 characters, which require more than one byte for encoding, fail to execute. The issue seems to stem from how the length of the script being transferred …
nbars updated
2 months ago
-
## Describe the bug
While validating an [upgrade to Moddable SDK 3.6.0](https://github.com/Agoric/agoric-sdk/issues/6759) from the fork we've been running, I attempted to validate that an upgraded XS…
-
## Problem
When building the iphoneos framework in the build-apple-framework.sh script, bitcode is enabled and the binary size is very large (more than 500MB).
Bitcode is disabled in scripts in th…