Paul Grandperrin
Paul Grandperrin
@drahnr, I played a little bit with how we could redesign the parsing of arguments. I shuffled most of the code in a module in order to be able to...
https://github.com/rust-fuzz/afl.rs/pull/137 https://github.com/rust-fuzz/afl.rs/issues/31 https://github.com/rust-fuzz/rfcs/pull/1
Hello, I'm building a web app (https://github.com/PaulGrandperrin/cachou) using your very cool library, here is my use-case: - the app is distributed as a `wasm` module (built with https://github.com/yewstack/yew) - the...
Excerpt of failure log: ``` 16:16:00 FATAL d/aci-builder/bin-run/main.go:27 Build failed d/a/bin-run/builder.go:117 Failed to process manifest template aci=aci-nginx-extras content=--- name: aci.blbl.cr/aci-nginx-extras:{{.nginx_version}}-0 aci: app: exec: [ "/bin/bash" ] dependencies: - aci.blbl.cr/aci-debian:9.4-8 -...
[Honggfuzz](http://honggfuzz.com/) looks to be a great competitor to libFuzzer and AFL. Also, the instrumentalization procedure seems to be very similar to libFuzzer so it might be quite easy to add...
There is a lot of black magic here and this PR is not really intented to be merged directly, principally because it break compatibility. I understand this code feels very...
Also, I think we should remove the mention that `cargo-fuzz` is the recommended fuzzer in this file: https://github.com/rust-fuzz/book/blob/master/src/cargo-fuzz.md. I think there is two reasons for this: - honggfuzz-rs is now...
Both client and server are on 20-05 and using default conf (AFAICT). On client: ``` Internal Server Error; retrying in 1307 ms error: unable to download 'http://nas.paulg.fr:5000/nar/iwxyfqxhnd7i2ksd4l803jm514gnpd2f.nar': HTTP error 500...
Hi, I'm running comma from nixos-23.05 and I get this error: ``` NIX_PATH= , distrobox error: creating directory '/nix/store/849qs729ij1x7vg454851frzyb0riz5c-comma-with-db-1.6.0/share/cache/nix': Read-only file system ```
I'm trying to provision a VM with `nixos-everywhere`. The root password is set with `sops-nix`: ```nix sops.secrets.password-root.neededForUsers = true; users.users.root = { passwordFile = config.sops.secrets.password-root.path; }; ``` and the sops...