summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-10-27 11:27:50 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-27 12:29:31 +0200
commitf3f1172cf6302cffbffe93f2c21323348c33938f (patch)
tree1016978417bb6a316d2f6e26f22b5d1055a5cb81
parent3f9335e8e357176505750274d057823a43f1e5d5 (diff)
downloadsystemd-f3f1172cf6302cffbffe93f2c21323348c33938f.tar.gz
docs/COREDUMP_PACKAGE_METADATA: ELF section should be allocated and 0-padded
-rw-r--r--docs/COREDUMP_PACKAGE_METADATA.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/COREDUMP_PACKAGE_METADATA.md b/docs/COREDUMP_PACKAGE_METADATA.md
index fbbba1464c..e34abbd147 100644
--- a/docs/COREDUMP_PACKAGE_METADATA.md
+++ b/docs/COREDUMP_PACKAGE_METADATA.md
@@ -33,12 +33,12 @@ This document will attempt to define a common metadata format specification, so
multiple implementers might use it when building packages, or core file analyzers, and
so on.
-The metadata will be embedded in a single, new, 4-bytes-aligned, read-only ELF header section,
-in a key-value JSON format. Implementers working on parsing core files should not assume a
-specific list of keys, but parse anything that is included in the section.
-Implementers working on build tools should strive to use the same key names, for
-consistency. The most common will be listed here. When corresponding to the content of
-os-release, the values should match, again for consistency.
+The metadata will be embedded in a single, new, 4-bytes-aligned, allocated, 0-padded,
+read-only ELF header section, in a key-value JSON format. Implementers working on parsing
+core files should not assume a specific list of keys, but parse anything that is included
+in the section. Implementers working on build tools should strive to use the same key
+names, for consistency. The most common will be listed here. When corresponding to the
+content of os-release, the values should match, again for consistency.
If available, the metadata should also include the debuginfod server URL that can provide
the original executable, debuginfo and sources, to further facilitate debugging.