Skip to content

Commit

Permalink
ES: Replace useless asserts with proper checks
Browse files Browse the repository at this point in the history
It makes absolutely no sense to have asserts for what is obviously an
error condition. And they should definitely not cause Dolphin to crash
because it assumes that everything is valid, and Dolphin should not
report those to the user either, as it is very obviously a bug in the
emulated software and there is nothing the user (or we) can do.

This commit replaces all of the request asserts with proper checks
and adds missing checks for some ioctlvs. We still do not check sizes
yet; this will be done later.
  • Loading branch information
leoetlino committed Feb 28, 2017
1 parent 1d69e23 commit 7af150b
Showing 1 changed file with 93 additions and 75 deletions.

0 comments on commit 7af150b

Please sign in to comment.