* * * * * It's still cargo cult computer security My first question to you, as someone who is, shall we say, “sensitive” to security issues, why are you exposing a network based program to the Internet without an update in the past 14 years? > Granted, measures such as ASLR (Address Space Layout Randomization) and W^X > (Write exclusive-or eXecute) can make life more difficult for an attacker, > and you might notice w3m crashing as the attackers try to get the stars to > line up for their ROP (Return-Oriented Programming) gadget to work as you > (or some automation) try to download a malicious page over and over. Or, > you could get unlucky and they are now running whatever code they want, or > reading all your files. > “Attacks [1]” I have my own issues with ASLR (I think it's the wrong thing to do—much better would have been to separate the stack into two, a return stack and a parameter (or data) stack, but I suspect we won't ever see such an approach because of the entrenchment of the C ABI (Application Binary Interface)) so I won't get into this. > > What I would like to see how opening a text editor with the contents of > > an HTML (HyperText Markup Language)