Autoformated to make CodeQL happy

This commit is contained in:
4B5F5F4B
2022-04-06 11:59:26 +08:00
committed by GitHub
parent 9ab773422a
commit 04538d0599

View File

@@ -54,5 +54,6 @@ class ExploitableUserModePtrParam extends Parameter {
)
}
}
from ExploitableUserModePtrParam p
select p, "unsafe_put_user write user-mode pointer $@ without check.", p, p.toString()