fuzzing

Tag

Cards List
#fuzzing

Semantic reification: how to generate UB-free code with arbitrary control flow?

Hacker News Top · 5d ago Cached

Reify is an open-source random C program generator based on semantic reification that produces undefined-behavior-free code for compiler testing. It has already uncovered 59 bugs in GCC and LLVM, plus additional bugs in OpenJ9 and Linux's eBPF runtime.

0 favorites 0 likes
#fuzzing

CVE-2026-46529: 10-year-old RCE in Linux PDF Viewer (XReader/Evince/Atril)

Lobsters Hottest · 2026-05-22 Cached

A security researcher discovered CVE-2026-46529, a 10-year-old remote code execution vulnerability in Linux PDF viewers XReader, Evince, and Atril, caused by insufficient argument quoting when spawning child processes to open remote document links.

0 favorites 0 likes
#fuzzing

256 Lines or Less: Test Case Minimization

Lobsters Hottest · 2026-04-21 Cached

A technical blog post describing the author's minimal property-based testing library implemented in ~256 lines of Zig, featuring a Finite Random Number Generator for reproducible test case generation and algorithmic verification.

0 favorites 0 likes
← Back to home

Submit Feedback