Stefan Zabka

Results 85 issues of Stefan Zabka

Hey, is this repository still maintained? The action itself looks very useful to me but both the README as well as the number of open PRs makes me hesitate to...

Report based on abcb2bf33e0bb103ef8b4c831cb4285efc37e96e **Describe the bug** When killing a fuzzer using the launcher, using ctrl+C in the attached terminal only the root process gets killed while others keeps running...

bug

discovered while debugging https://github.com/AFLplusplus/LibAFL/issues/2111

**Describe the bug** As far as I could tell from a quick search most `Command` invocations in `build.rs` files only use a single `unwrap` on the result of the `status()`....

bug

Hey, questions regarding `QemuHooks.instruction` 1. Was it an accident that the `instruction_function` and `instruction_closure` functions were made public as well? 2. Should there be a deprecation notice/hint on `Qemu.set_hook` to...

Hey, when trying to use [`#align`](https://typst.app/docs/reference/layout/alignment/) in the university theme like this: ```typst #import "@preview/polylux:0.3.1": * #import themes.university: * #show: university-theme.with() #slide(title: [Title])[ #align(bottom)[ Demo text ] ] ``` The...

### Describe the bug After updating to the latest oh-my-zsh, I started seeing the following error ``` (eval):6: parse error near `function' (eval):6: parse error near `function' (eval):6: parse error...

Bug

[The page on executors](https://aflplus.plus/libafl-book/core_concepts/executor.html) still references the `TimeoutExecutor`

bug

A project I'm contributing to unfortunately has all their scripts do things like ```bash cargo +nightly fmt cargo +nightly clippy ``` and while that's useful outside a nix managed environment...

enhancement