Questions tagged [secure-coding]
The secure-coding tag has no summary.
1 question
3
votes
3
answers
2k
views
Is checking return values always required? [duplicate]
We know that checking return values prevent our software from unexpected states. (You can see CWE definition.)
But, we are sometimes sure about the return value. For example:
bool ...