Hacker News new | past | comments | ask | show | jobs | submit login

Using SEH in kernel mode is pretty common, just like copy_to_user etc. in the Linux kernel. If the pointer comes from the user and page faults you want to handle it and return failure to the caller.

Was trying to find documentation for this. https://docs.microsoft.com/en-us/windows-hardware/drivers/if...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: