"Maarten Lankhorst" m.b.lankhorst@gmail.com writes:
- /* Destination sample should contain no data! But the source sample should */
- assert(!dlen);
- assert(*flen);
Are all these asserts really internal code invariants? It seems to me they could be triggered by invalid input data, and in that case an assert is not the appropriate response.