Control: tag 1099097 pending

Hi!

Bug #1099097 in package dpkg reported by you has been fixed in
the dpkg/dpkg.git Git repository. You can see the changelog below, and
you can check the diff of the fix at:

    https://git.dpkg.org/cgit/dpkg/dpkg.git/diff/?id=790784c6a

---
s-s-d: Force line buffering for stdout in --start

When we are writing stdout to a stream that is not connected to a tty,
we should still perform line-buffering (instead of block buffering)
otherwise we are trading a reduced amount of syscalls for non-timely
output, which can be problematic if the program gets stuck, given that
we currently output debugging messages on stdout. (Although debugging
messages should probably be switched to be emitted to stderr.)

Closes: #1099097

Reply via email to