-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 0.4.5
-
Component/s: Drivers: Other
-
Labels:None
-
Module:
-
Sprint:April 2017
Eg: For IOCTL_ACPI_EVAL_METHOD, command is not null terminated.
Bus_PDO_EvalMethod should do some preprocessing(allocate enough space for buffer + null and free it after completion) before calling AcpiEvaluateObject.
Any idea?