[Bug 1628687] Re: Assertion failure when PID 1 receives a zero-length message over notify socket

2016-10-12 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 229-4ubuntu11 --- systemd (229-4ubuntu11) xenial; urgency=medium * 73-usb-net-by-mac.rules: Split kernel command line import line. Reportedly this makes the rule actually work on some platforms. Thanks Alp Toker! (LP: #1593379)

[Bug 1628687] Re: Assertion failure when PID 1 receives a zero-length message over notify socket

2016-09-30 Thread Bug Watch Updater
** Changed in: systemd Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1628687 Title: Assertion failure when PID 1 receives a zero-length message

[Bug 1628687] Re: Assertion failure when PID 1 receives a zero-length message over notify socket

2016-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 231-9 --- systemd (231-9) unstable; urgency=medium * pid1: process zero-length notification messages again. Just remove the assertion, the "n" value was not used anyway. This fixes a local DoS due to unprocessed/unclosed fds which

[Bug 1628687] Re: Assertion failure when PID 1 receives a zero-length message over notify socket

2016-09-29 Thread Martin Pitt
That initial fix just changed a DoS through assert() into a DoS through fd exhaustion. This is being handled in https://github.com/systemd/systemd/pull/4242 . Please let's handle this upstream first and not put out another USN in haste -- after all, this is just a local DoS, so far from being a

[Bug 1628687] Re: Assertion failure when PID 1 receives a zero-length message over notify socket

2016-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 229-4ubuntu10 --- systemd (229-4ubuntu10) xenial-security; urgency=medium * SECURITY UPDATE: zero-length notify message triggers abort/denial of service - systemd-dont_assert_on_zero_length_message-lp1628687.patch: change

[Bug 1628687] Re: Assertion failure when PID 1 receives a zero-length message over notify socket

2016-09-29 Thread Martin Pitt
** Bug watch added: github.com/systemd/systemd/issues #4234 https://github.com/systemd/systemd/issues/4234 ** Also affects: systemd via https://github.com/systemd/systemd/issues/4234 Importance: Unknown Status: Unknown ** Changed in: systemd (Ubuntu Xenial) Importance:

[Bug 1628687] Re: Assertion failure when PID 1 receives a zero-length message over notify socket

2016-09-28 Thread Steve Beattie
** Also affects: systemd (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Yakkety) Importance: Undecided Status: Confirmed ** Changed in: systemd (Ubuntu Xenial) Status: New => Confirmed -- You received this bug notification because