schecki (Tim Scheckenbach)
- Login: schecki
- Registered on: 08/25/2026
- Last sign in: 08/25/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/25/2026
-
02:46 PM Ruby Misc #22262 (Third Party's Issue): OSS-Fuzz `fuzz_prism` target never calls `ruby_init()`, so Prism is not being fuzzed
- The OSS-Fuzz fuzz target `fuzz_prism` crashes on every non-empty input before it reaches
the parser, so Prism has never actually been fuzzed. The harness source lives in OSS-Fuzz
(`projects/ruby/fuzz_prism.cpp`), not in this repository...