mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
since 376cd3b89c LIST_FIND_TAIL accepts
an empty list. That removed an assert in LIST_FIND_TAIL and we now
theoretically risk a null pointer deref. This adds the assert directly
to protect against that.