:: Re: [DNG] Good thing we don't use s…
Top Page
Delete this message
Reply to this message
Author: Rainer Weikusat
Date:  
To: dng
Subject: Re: [DNG] Good thing we don't use systemd
Walter Dnes <waltdnes@???> writes:
> CVE-2026-29111


And a supposed fix is

https://github.com/systemd/systemd/commit/21167006574d6b83813c7596759b474f56562412

which uses assert for invarant checks in the context of the init
process. Should these asserts ever trigger, they'll stop the program via
abort which will cause a kernel panic because init is special can just
exit in case of a runtime error. But why would people programming in the
context of init take that into account?