Hacker News new | ask | show | jobs
by ufo 1938 days ago
The bug is more devious than that. The code looks linear at a glance and the culprit is that sscanf is actually O(N) on the length of the string. How many people would expect that?