Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS/ES: Return IPC_EINVAL for unknown ioctlvs #5212

Merged
merged 1 commit into from
Apr 8, 2017

Commits on Apr 6, 2017

  1. IOS/ES: Return IPC_EINVAL for unknown ioctlvs

    Instead of allowing unknown ioctlvs and faking success for both unknown
    and unimplemented ioctlvs, which can possibly result in nasty, hard to
    debug bugs (if the emulated software behaves unexpectedly), we should
    reject unknown ioctlvs and log known, but unimplemented ioctlvs.
    leoetlino committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    60d47ea View commit details
    Browse the repository at this point in the history