Skip to content
Snippets Groups Projects
Commit f8a15842 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #9847: SDP: don't use assertions for runtime errors

In the case of errors depending on network input (i.e. not programming
logic errors), we should report errors but not abort the application.
Assertions should be used to validate and document programmer
assumptions. Moreover, if assertions are deactivated at build-time, we
don't want our application to crash.
parent bfaefc88
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment