top | item 44530326

(no title)

beeb | 7 months ago

Rust would warn you of an unused variable: "warning: value assigned to `psize` is never read"

discuss

order

bloak|7 months ago

And so would GCC: warning: variable psize set but not used [-Wunused-but-set-variable]

beeb|7 months ago

The fact that the bug slipped through the cracks highlights the importance of sane defaults.