I wrote this definition in answer to question - "what exactly is an exploit?"pic.twitter.com/7IcsdCUlEU
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Trivial example of an exploitable program with no UB (Imagine it's a setuid binary)
#include <stdlib.h>
int main() {
system("echo hello");
return 0;
}
(Actually this was a bad example because `echo` is a builtin in most shells so it won't search PATH, derp) s/echo/somethingelse/
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.