Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37522777
en ru br
ALT Linux repos
S:20230628-alt1

Group :: System/Kernel and hardware
RPM: acpica

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: uuid-len.patch
Download


diff -Naur acpica-unix2-20211217.orig/source/tools/acpiexec/aeregion.c acpica-unix2-20211217/source/tools/acpiexec/aeregion.c
--- acpica-unix2-20211217.orig/source/tools/acpiexec/aeregion.c	2021-12-17 10:48:17.000000000 -0700
+++ acpica-unix2-20211217/source/tools/acpiexec/aeregion.c	2022-03-18 15:53:25.032687782 -0600
@@ -97,7 +97,7 @@
     UINT32                  Value1;
     UINT32                  Value2;
     ACPI_RESOURCE           *Resource;
-    char                    Uuid[ACPI_PRM_INPUT_BUFFER_SIZE + 1];
+    char                    Uuid[UUID_STRING_LENGTH + 1];
 
 
     ACPI_FUNCTION_NAME (AeRegionHandler);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin