-
There are currently two places where the lint can be configured, in build.rs using `cargo::rustc-check-cfg` and in the `Cargo.toml` in the `lints` section. Generally, having only one place is better t…
-
Here are the collected wishes from email, slack and https://github.com/ClickHouse/ClickHouse/issues/34694
### The highest prio, CI costs
- [x] If the EC2 instance is spot, terminate it between job…
-
From https://github.com/enarx/ciborium/blob/b88768015e5664e41634c094966ac989057bffca/ciborium/tests/fuzz.rs#L22-L29
```rust
extern "C" {
fn pipe(pipefd: &mut [i32; 2]) -> i32;
}
fn main()…
-
I'm seeing an internal compiler error on the following input (found by [fuzz-rustc](https://github.com/dwrensha/fuzz-rustc)):
```
$ echo ICPNiAAAAAAAAAAAAAAAAAAAAAAAAAoLHTYdAAA= | base64 --decode > …
-
To use libfuzzer in C is as simple as:
```
clang -g -O1 -fsanitize=fuzzer mytarget.c
```
I was vaguely hoping that this would work out in zig:
```
jamie@machine:~/imp$ zig build-exe --main…
jamii updated
3 months ago
-
We use conditional compilation in a lot of places (eg the `fuzzing` cfg flag is standard to conditionally compile when fuzzing in the rust-fuzz ecosystem) and have a hard rule against unnecessary `bui…
-
Trying to cargo run --features tui on babyfuzzer results in this bug
```bash
cargo run --features tui
Compiling baby_fuzzer v0.10.0 (C:\Users\Salymz\Desktop\Rust\LibAFL\fuzzers\baby_fuzzer)
er…
-
### Reproduction link or steps
```
cargo install --git https://github.com/rolldown/rolldown.git
```
### What is expected?
Compiling app
### What is actually happening?
```
error: environment v…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (89f74f2 2023-11-23T00:16:20.422885370…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
In a past project, we had a harness that could generate random SQL queries and it found many …
alamb updated
2 months ago