summaryrefslogtreecommitdiff
path: root/dbus/dbus-memory.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-02-20 08:50:01 +0000
committerSimon McVittie <smcv@collabora.com>2020-02-20 08:50:01 +0000
commitb6fd40cef9aaebeff7f9653c0b7e18f43695d72f (patch)
treea36e4420f3ade2c287012c10e1ce670a7027222a /dbus/dbus-memory.c
parent773f136787d035f3cbfed26cceeddc533ecdaa13 (diff)
parentc0aea35e13bfd9a8ecca3825f64d97cfb3e6667e (diff)
downloaddbus-b6fd40cef9aaebeff7f9653c0b7e18f43695d72f.tar.gz
Merge branch 'let-dbus_verbose_real-use-dbus-string' into 'master'
In _dbus_verbose_real() use DBusString instance to avoid possible stack smashing Closes #45 See merge request dbus/dbus!133
Diffstat (limited to 'dbus/dbus-memory.c')
-rw-r--r--dbus/dbus-memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-memory.c b/dbus/dbus-memory.c
index 5468561a..96df2357 100644
--- a/dbus/dbus-memory.c
+++ b/dbus/dbus-memory.c
@@ -261,7 +261,7 @@ _dbus_decrement_fail_alloc_counter (void)
if (!called)
{
- _dbus_verbose("TODO: memory allocation testing errors disabled for now\n");
+ _dbus_verbose_raw ("TODO: memory allocation testing errors disabled for now\n");
called = 1;
}
return FALSE;