]> git.ipfire.org Git - thirdparty/systemd.git/commit
notify: add one more assert
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Fri, 27 Feb 2026 19:22:04 +0000 (20:22 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Sun, 22 Mar 2026 15:52:22 +0000 (16:52 +0100)
commit95ee4fd2cc4c3148033c802df9d4ee7d6c444308
treed3c03fa502eeee964e2e091da9b718968867116e
parent0e4459eb19eca4dee60513dad6ae49d4f36e83c1
notify: add one more assert

We tend to get those preallocated array sizes wrong.
In this case, the count was correct, but add the usual
assert.
src/notify/notify.c