Distribution quote of the week
strcpy-related security holes still occur these days, but I think they have been reduced. There has been a slight improvement; software is being written with a little bit more care. Fewer developers are handing strcpy "guns" to their users.
I believe the OpenBSD ``warnings labels'' do play a small part in improving the situation. You don't need to reach all the grumpy programmers who believe they have godlike powers to avoid making overflow mistakes; if you reach some people, you get progress.
Posted Feb 27, 2014 12:20 UTC (Thu)
by HelloWorld (guest, #56129)
[Link]
touting polymorphism
An interesting perspective is cast on the advantages and disadvantages of sum types and polymorphism respectively by the expression problem:
http://en.wikipedia.org/wiki/Expression_problem