Attention is currently required from: dexter.
1 comment:
Patchset:
Makes sense to me, but wouldn't the functions crash anyway when one of the parameters in questions i […]
Yes, crashing is fine since it should not happen and if it happens it means the caller has some several problem, hence it's good to catch it early during develop time.
That's what I encountered while extending osmo-cbc, with the problem that the crash happened when accessing the null pointer so it was no obvious at all when the sigsegv was occuring. If instead of that, an assert is hit, then it's immediatelly obvios when looking at the program's output.
To view, visit change 28520. To unsubscribe, or for help writing mail filters, visit settings.