From 4c95a9782c65f88e2904c44abeb734a1b00f6353 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 15 Mar 2003 02:19:02 +0000 Subject: 2003-03-14 Havoc Pennington * dbus/dbus-memory.c: add a "detect buffer overwrites on free" cheesy hack * dbus/dbus-transport-debug.c: rework this a good bit to be less complicated. hopefully still works. * dbus/dbus-server-debug.c (handle_new_client): remove timeout manually * glib/dbus-gmain.c (timeout_handler): don't remove timeout after running it * dbus/dbus-message.c (dbus_message_copy): rename from dbus_message_new_from_message, fix it up to copy all the message fields, add test case * bus/dispatch.c (bus_dispatch_test): add some more test code, not quite passing yet --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0bf239a3..3e5e57f1 100644 --- a/configure.in +++ b/configure.in @@ -330,13 +330,13 @@ echo " " if test x$enable_tests = xyes; then - echo "NOTE: building with unit tests increases the size of the installed library" + echo "NOTE: building with unit tests increases the size of the installed library and renders it insecure" fi if test x$enable_gcov = xyes; then echo "NOTE: building with coverage profiling is definitely for developers only" fi if test x$enable_verbose_mode = xyes; then - echo "NOTE: building with verbose mode increases library size, but is probably a good idea anyway." + echo "NOTE: building with verbose mode increases library size and may slightly increase security risk, but aids debugging." fi if test x$enable_asserts = xyes; then echo "NOTE: building with assertions increases library size, but is probably a good idea anyway." -- cgit