Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 383d7a11 authored by donald.d.dugger@intel.com's avatar donald.d.dugger@intel.com Committed by Len Brown
Browse files

ACPI: Fix possible null ptr dereference



Code in `pci_link.c' is calling the internal routine `acpi_ut_evaluate_object'
which is dangerous given that it is passing a NULL pointer when it should
be passing a pointer to a real object.  The patch corrects the issue by
having the code call the external routine `acpi_evaluate_object', which
correctly handles a NULL pointer.

Signed-off-by: default avatarDon Dugger <donald.d.dugger@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent ea5c8af9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment