Wi-Fi software security bug could leave Android, Windows, Linux open to attack (Ars Technica)
Wi-Fi software security bug could leave Android, Windows, Linux open to attack (Ars Technica)
Posted Apr 24, 2015 15:07 UTC (Fri) by paulj (subscriber, #341)Parent article: Wi-Fi software security bug could leave Android, Windows, Linux open to attack (Ars Technica)
#include <rants/why-are-we-still-writing-bare-pointer-network-parsers.txt>
It's 2015. Why are we still writing parsers for untrusted, remote input data with direct memcpy's based on remote supplied fields?
Really, it's not difficult to write a bounds-checking abstraction layer and direct IO through it.
