Comment by sanderjd
5 years ago
Also, maybe it's pedantic, but leaving out null checks in js will not result in a seg fault, it will result in an exception.
5 years ago
Also, maybe it's pedantic, but leaving out null checks in js will not result in a seg fault, it will result in an exception.
And that is different how, as far as a sign the programmer didn’t think the code thru and maybe you can get around some security controls?