mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
After calling wmidev_evaluate_method(), if the ACPI core does not return
an out object, then wmidev_invoke_method() bypasses the min_size check
and returns 0. Add a check for min_size if there is not an out object.
Fixes:
|
||
|---|---|---|
| .. | ||
| tests | ||
| core.c | ||
| internal.h | ||
| Kconfig | ||
| Makefile | ||
| marshalling.c | ||
| string.c | ||