Most popular keyword leading to my website from search engines is "sstream".
Apparently, web surfers are not looking for my blog, they are looking for information about C++ string stream.
I named my blog "<sstream> of consciousness" to reflect two facts:
- I am C++ programmer
- Entries of that blog are rather spontaneous than structured, or regular
In C++, in order to use string streams, programmer writes:
#include <sstream>
HTML chose angle brackets as primary control symbols. That is why when I see that word "sstream" magically disappered in some web application, I know: there is a bug. So far, I found:
- Couple of minor bugs in Furl.net
- Cross-site scripting vulnerability in Spurl.net code
- Several other vulnerabilities and bugs which (unlike two previous ones) are not fixed yet (so I don not reveal them here).
Posted in Fun frolov's blog | add new comment
Submitted by frolov on Tue, 2005-04-26 22:28.



