http://tstzmgqansvqfzr3qrkehszmlhjqbpqp7pwncrzr72ohyygrnbuu26qd.onion/articles/BadWolf,%20one%20year%20later
On the developer side of things: WebKitGTK is unusable with overcommit disabled thanks to GLib (it's calling abort() when malloc returns NULL which is great as it kills the whole browser when doing stuff like opening a new tab…), can't be fixed now because that would break the ABI/API because some parts are no return value, this is why you should use int which is the default as a return value and one that you should use unless you're absolutely sure that it will never fail.