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 27, 2017
1 parent d666363 commit 8d9648d
Showing 1 changed file with 94 additions and 75 deletions.

0 comments on commit 8d9648d

Please sign in to comment.