Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    None
 
- 
        April 2017
 
Description
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?