mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-31 18:10:11 +01:00
Merge branch 'dbus-1.10'
This commit is contained in:
commit
ebc8fe8da2
1 changed files with 10 additions and 1 deletions
11
NEWS
11
NEWS
|
|
@ -1,7 +1,16 @@
|
|||
D-Bus 1.11.18 (UNRELEASED)
|
||||
==
|
||||
|
||||
...
|
||||
Fixes:
|
||||
|
||||
• When parsing dbus-daemon configuration, tell Expat not to use
|
||||
cryptographic-quality entropy as a salt for its hash tables: we trust
|
||||
the configuration files, so we are not concerned about algorithmic
|
||||
complexity attacks via hash table collisions. This prevents
|
||||
dbus-daemon --system from holding up the boot process (and causing
|
||||
early-boot system services like systemd, logind, networkd to time
|
||||
out) on entropy-starved embedded systems.
|
||||
(fd.o #101858, Simon McVittie)
|
||||
|
||||
D-Bus 1.11.16 (2017-07-27)
|
||||
==
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue