You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A null pointer can be detected in the variable “outputBuffer” after a call of the function “ExAllocatePoolWithTag”.
I suggest to avoid the repetition of this condition check at the end of the function “AcpiTarget_EvaluateAcpiMethod” then by the addition of a jump label before the call of the function “FuncExit”.
The text was updated successfully, but these errors were encountered:
Hi. Thank you for the feedback. ExAllocatePoolWithTag was removed entirely from DMF a few revisions ago. Can you please analyze again using the current version. Several changes were made to that section of the code when ExAllocatePoolWithTag was removed.
A null pointer can be detected in the variable “outputBuffer” after a call of the function “ExAllocatePoolWithTag”.
I suggest to avoid the repetition of this condition check at the end of the function “AcpiTarget_EvaluateAcpiMethod” then by the addition of a jump label before the call of the function “FuncExit”.
The text was updated successfully, but these errors were encountered: