Critical Vulnerabilities in Samba
Critical Vulnerabilities in Samba
Posted May 17, 2007 11:36 UTC (Thu) by ms (subscriber, #41272)Parent article: Critical Vulnerabilities in Samba
When will people learn to use programming languages that do not overload types? Null is not an Integer, it is not an address. It is an extra hacked on value. The actual type that should be used Maybe Integer (to use Haskell types). If you use that then you're forced to deal with the possibility of the failure up-front, thus such problems go away.
I recommend Tim Sweeney's slides for an interesting perspective on these problems.
