5db4659a01
from the "dbus" GIT repository.
16 lines
608 B
Text
16 lines
608 B
Text
$NetBSD: patch-CVE-2010-4352-3,v 1.1 2010/12/29 10:49:21 tron Exp $
|
|
|
|
Fix for CVE-2010-4352 taken from here:
|
|
|
|
http://cgit.freedesktop.org/dbus/dbus/commit/?h=dbus-1.2&id=5042c1e5e6df31700215c9dc0618634911b0c9f5
|
|
|
|
--- dbus/dbus-marshal-validate.h.orig 2009-05-06 18:26:48.000000000 +0100
|
|
+++ dbus/dbus-marshal-validate.h 2010-12-29 10:35:49.000000000 +0000
|
|
@@ -117,6 +117,7 @@
|
|
DBUS_INVALID_DICT_ENTRY_HAS_TOO_MANY_FIELDS = 53,
|
|
DBUS_INVALID_DICT_ENTRY_NOT_INSIDE_ARRAY = 54,
|
|
DBUS_INVALID_DICT_KEY_MUST_BE_BASIC_TYPE = 55,
|
|
+ DBUS_INVALID_NESTED_TOO_DEEPLY = 56,
|
|
DBUS_VALIDITY_LAST
|
|
} DBusValidity;
|
|
|