]> git.ipfire.org Git - thirdparty/systemd.git/commit
Disable abort in log_assert in libsystemd/libudev (#39307)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 22 Oct 2025 12:48:14 +0000 (14:48 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Oct 2025 12:48:14 +0000 (14:48 +0200)
commite39cde9585ae403e751ad839844297926683dc51
tree7989b8496e7de10358c355981e1cba27aba2ef34
parentb38dc56babacb3e308ada07fcfaa63633731f83d
parent0bb0316f5eb2c8d30e91feac571404687c6a0dc2
Disable abort in log_assert in libsystemd/libudev (#39307)

See the second commit for details.

I think we might want to apply the same treatment to nss and pam
modules. Asserting in such "plugin code" seems iffy. But this PR doesn't
change those in any way.