Mateusz Naściszewski
Mateusz Naściszewski
The example has been broken for quite a while, originally since commit c9664b1bccd3e65497502704fede2ad26423c12f back in 2010. This fixes the example and cleans it up slightly.
With this program `eval(jc, "-[>-[>--
I came across this while trying to implement input/output for brainfuck. I looked at the crash for a bit in rr, it seems that something is calling index_mut without setting...
# Problem solved by this feature The current default behavior of CFR is to always use name tables if they exist in the jar, this is problematic for obfuscated jars...
How to reproduce: 1. Plan and build the shortest road possible [Note: The road should have red diamonds on it, probably means it's invalid] 2. Click on a lane to...
Found fuzzing with domato. ```html document.getElementById("t").caption = document.getElementById("c") ``` ```gdb VMware, Inc. softpipe 3.3 (Core Profile) Mesa 17.3.0-devel Insertion failed: HierarchyRequest (thread ScriptThread PipelineId { namespace_id: PipelineNamespaceId(0), index: PipelineIndex(NonZero(NonZero(1))) },...
If I try to run two `parallel` commands at once, I get weird issues and panics. This is because both commands use the same directory `/tmp/parallel` for their internal state....
While executing the command ```sh echo $TMP/*.html | xargs -n1 echo | shuf | parallel -v -j 12 timeout 25s ./classify.sh {} ``` parallel sometimes panics. This is non-deterministic, but...
When using the `-v` flag for parallel, the `processing task #x` number doesn't match up with `completed task #x` ``` mateon@hydra:/shared/dev/fuzz$ parallel -v echo ::: 1 parallel: processing 1 inputs...
Even if the build issue due to `go-ipfs-dep` on Windows is fixed, a new issue appears. When running `npm start`: ``` > [email protected] start C:\Users\matin\orbit > npm run electron >...