]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs: use native type instead of byte stream in COREDUMP_PACKAGE_METADATA
authorLuca Boccassi <bluca@debian.org>
Mon, 28 Mar 2022 10:33:37 +0000 (11:33 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 28 Mar 2022 12:19:42 +0000 (14:19 +0200)
commit505df87ea85d62071f6daefa14c52107a085246b
treeb00fefc835ac410c19e3375f950c27f96c2cc73d
parent608c3b0293cac3cbb037b2d15c0a0f1e247eb71e
docs: use native type instead of byte stream in COREDUMP_PACKAGE_METADATA

The first three fields of a note are binary, so they are subject to
flipping due to endianess. Instead of a stream of bytes, just use
the native 4-bytes type so that it gets encoded automatically.

Implemented in the tools via: https://github.com/systemd/package-notes/pull/31
docs/COREDUMP_PACKAGE_METADATA.md