|
|
|
|
|
by nikster
4500 days ago
|
|
Conspiracy theories aside, every programmer has probably made that mistake. The better ones learn to just avoid if statements without blocks ;) But one thing that pisses me off is that they go and implement SSL and don't have any automated tests for it!! For a company of Apple's size, that can only be called grossly negligent. There is no excuse. And they probably don't have any automated testing for most of their other code either. What I would expect is that SSL code is tested with all the different of ways of spoofing a certificate. And that in an automated manner, on every build. |
|