diff options
author | Kees Cook <kees@outflux.net> | 2023-04-05 16:48:56 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-04-06 21:29:11 +0300 |
commit | 48ff467c338b184bc309ea2e0d2a9524f569d245 (patch) | |
tree | 90a69f62459448c3e44b6d0224187bdf717de3ae /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 94bf7c8a626d71a7c206b3e0cdfb43aca305c862 (diff) | |
download | linux-48ff467c338b184bc309ea2e0d2a9524f569d245.tar.xz |
ACPICA: actbl1: Replace 1-element arrays with flexible arrays
ACPICA commit 8c9bd5d151f77767b2fd937911848b7159dc8ee9
Similar to "Replace one-element array with flexible-array", replace the
1-element array with a proper flexible array member as defined by C99.
This allows the code to operate without tripping compile-time and run-
time bounds checkers (e.g. via __builtin_object_size(), -fsanitize=bounds,
and/or -fstrict-flex-arrays=3).
No .text nor .data differences result from this change.
Link: https://github.com/acpica/acpica/commit/8c9bd5d1
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions