-
# Crash report
### What happened?
```
~/p/cpython ❯❯❯ ./python.exe -c 'compile("assert await u", "", "exec", optimize=2)'
Assertion failed: (IS_TOP_LEVEL_AWAIT(c) || _PyST_IsFunctionLike(ste)), func…
alex updated
3 months ago
-
(attn @MarcoFalke and @practicalswift)
Looking at process_messages, it seems that msg_type is an arbitrary string (up to max length), not fixed to the `NetMsgType`s in `protocol.cpp`. The fuzzer o…
-
### Summary
I got the latest code of LibAFL, updated rust (`rustup update`) and ran the scripts/clippy.sh
### Version
```text
rustc 1.77.2 (25ef9e3d8 2024-04-09)
binary: rustc
commit-hash: 25ef9e…
-
Several places in libxmp use integer division, which is slow and very unfriendly to platforms without a dedicated integer division instruction like ARMv6 (and are still slow even if there is one). Unl…
-
There is a discussion here and there about "Let's pin all the Python packages in Dockerfile" in the belief that it would solve something.
And here's my point: It's useless unless we execute `pip f…
-
as I am not a Google dev, but try to take care afl++ works, please put issues with afl/afl++ here, reference a dedicated issue here or mention @vanhauser-thc in your issue.
@jonathanmetzman @infern…
-
```
$ echo "ZmluYWxpemVwc2J0XABwc2J0/wEAo6ujYwMDAwMDmAAAANUABQAAY2xlYXJiDAAAAAAAAABgAPX///8A6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACTAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAA…
-
So for some projects I have CI builds running `Ubuntu-22.04` inside Docker using LTO but I keep getting this error.
```
/usr/bin/ld: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: error loading plugin: …
AMS21 updated
6 months ago
-
We want to expand compatibility for libafl_libfuzzer to macOS, but this is currently outside of our capabilities to test and develop. If you are willing and able to try to use libafl_libfuzzer with ma…
-
Hi .
For running a local test experiment I have the following error :
```
PYTHONPATH=. python3 experiment/run_experiment.py --experiment-config experiment-config.yaml --benchmarks curl_curl_f…