]> git.ipfire.org Git - thirdparty/systemd.git/commit
musl: test-bus-error: drop ._need_free flag checks
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Nov 2025 23:26:47 +0000 (08:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Nov 2025 18:39:35 +0000 (03:39 +0900)
commitbb7d5e52a2a89d48a3e8194c824def9effdf7436
treec849e1207258a53a4d414ec5bc793f19c55ccb32
parentebb422dd2b3695de3abfb2dc4874bda432ca0c57
musl: test-bus-error: drop ._need_free flag checks

Its value depends on how strerror_r() implemented, and the
implementations of the function in glibc and musl are actually
different. Let's drop the checks.
src/libsystemd/sd-bus/test-bus-error.c