Hacker News new | past | comments | ask | show | jobs | submit login

That if you don’t meet the documented preconditions to calling a function you can’t assume the output is valid?

That seems fine to me, not every programming language has to be defensive about bad inputs, lord knows C isn’t. It seems like he got caught between two conflicting pieces of documentation one having stronger guarantees.




PHP has a lot of C-isms under the hood, not only in its infamous function names but also in how they signal errors in-band in the old functions. crypt() is one of those old functions with a crappy API, and password_verify() is just a thin wrapper around it. Maybe this explains the "it's undefined, so we can do whatever" attitude.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: