This commit add actual code for analyzing magenta handle misuse issues to MagentaHandleChecker, which is introduced in D35968. It supports magenta syscalls that acquires/release/use handle through pointers or values but not through arrays. The support for arrays will be added in a follow up commit.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Add 1 line fix for the constraint on allocated handle in function allocateSingleHandle at line 647