mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dbus: add patch to speedup dbus (http://lists.freedesktop.org/archives/dbus/2007-October/008822.html)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5af4ff2e44
commit
e9f9947b7a
12
packages/sysutils/dbus/patches/dbus-1.4.16-speedup-0.1.patch
Normal file
12
packages/sysutils/dbus/patches/dbus-1.4.16-speedup-0.1.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Naur dbus-1.4.16/dbus/dbus-message.c dbus-1.4.16.patch/dbus/dbus-message.c
|
||||
--- dbus-1.4.16/dbus/dbus-message.c 2011-09-21 13:16:16.000000000 +0200
|
||||
+++ dbus-1.4.16.patch/dbus/dbus-message.c 2011-10-29 02:09:16.927338774 +0200
|
||||
@@ -3963,7 +3963,7 @@
|
||||
DBusValidationMode mode;
|
||||
dbus_uint32_t n_unix_fds = 0;
|
||||
|
||||
- mode = DBUS_VALIDATION_MODE_DATA_IS_UNTRUSTED;
|
||||
+ mode = DBUS_VALIDATION_MODE_WE_TRUST_THIS_DATA_ABSOLUTELY;
|
||||
|
||||
oom = FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user