Log to syslog when pending_fd_timeout is exceeded
authorSimon McVittie <smcv@debian.org>
Tue, 16 Aug 2016 15:12:35 +0000 (16:12 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 28 Nov 2016 18:23:57 +0000 (18:23 +0000)
commit8551c68d962cb821fa9514db9e3f86f7ffa27c6d
treee60d33972037dd51302d0121613838189688247f
parentc4640c6facdb48f98761188645212d9a9184e366
Log to syslog when pending_fd_timeout is exceeded

This is either a denial-of-service attempt, a pathological performance
problem or a dbus-daemon bug. Sysadmins should be told about any of
these.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=86442
[smcv: add units to timeout: it is in milliseconds]
Signed-off-by: Simon McVittie <smcv@debian.org>
(cherry picked from commit 05cb619f0a6a4c9997832cb4acbb26f7a0be66c3)
bus/connection.c