template <typename T>

struct SafeSyscallArgument

Defined at line 91 of file ../../zircon/kernel/lib/syscalls/include/lib/syscalls/safe-syscall-argument.h

This is the unsafe implementation that can be hand-enabled for testing.

This version approximates the kernel code's potentially-vulnerable state

before this mitigation was implemented.

Public Methods

T Sanitize (RawType value)

Defined at line 94 of file ../../zircon/kernel/lib/syscalls/include/lib/syscalls/safe-syscall-argument.h