buffer-overflow

Tag

Cards List
#buffer-overflow

Memory Safety's Hardest Problem

matklad · 2026-07-20 Cached

This article discusses a fundamental memory safety challenge involving tagged unions where a pointer to one variant is used after the union is overwritten with a different variant, leading to type confusion. The author also argues that buffer overflows are the most exploitable memory error and could have been mitigated with better array syntax.

0 favorites 0 likes
#buffer-overflow

How do you keep Web MIDI from crashing a 1983 synthesizer?

Hacker News Top · 2026-06-24 Cached

The article explains the timing challenges of using the Web MIDI API to communicate with vintage 1980s synthesizers like the Yamaha DX7, and provides techniques for pacing data and parsing vendor-specific SysEx formats.

0 favorites 0 likes
← Back to home

Submit Feedback