]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/acpi.c
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / i386 / acpi.c
index 5ceff836b2c4ce5f366d5df511f1ea9747f861fe..5a991c5971e00132038a9445cfb9a74305574541 100644 (file)
@@ -318,7 +318,7 @@ acpi_sleep_kernel(acpi_sleep_callback func, void *refcon)
         * The sleep implementation uses indirect noreturn calls, so we miss stack
         * unpoisoning. Do it explicitly.
         */
-       __asan_handle_no_return();
+       kasan_unpoison_curstack(true);
 #endif
 
 #if HIBERNATION