moodmosaic

Blog

RSS | All Posts

Fuzzing in Memory-Safe Languages

2023-10-15

Fuzzing in memory-safe languages has evolved beyond hunting memory corruption to target logic errors, panics, and concurrency bugs while property-based testing provides semantic validation.

Read more →

Appendix: Varint Shift Bug

2023-07-21

Part of the Input Coverage series, demonstrating a classic edge case where overlong LEB128 varint encoding causes panic due to missing shift cap validation.

Read more →