in reply to daniel:// stenberg://

sscanf() can indeed have some weird and surprising behavior!

For instance, a while back, a fuzzer timed out on a sscanf("%d", ...), while looking for a space, and I ended up writing a workaround: github.com/lpereira/lwan/blob/…

(More important parts of the code aren't using this function anymore.)

in reply to daniel:// stenberg://

someone translated this article to Russian: habr.com/ru/articles/898714/