Closed ArhanChaudhary closed 5 days ago
Thank you for your report.
SET_TYPE_COMOBJ
is an internal kernel function that end users are not supposed to call directly. It doesn't validate its arguments. So this is expected behavior.
Thank you for your report.
SET_TYPE_COMOBJ
is an internal kernel function that end users are not supposed to call directly. It doesn't validate its arguments. So this is expected behavior.
I was initially under the same impression, but I saw test cases for this function here which implies use within the user space.
That test is part of a bunch of tests for kernel functions. The existence of this test does not imply that users should use this function.
Of course users can call this function. But if they choose to do so, they are on their own, all bets are off, including crashes or worse.
Version: