From 556fea4e1e68d9d0c711a87905d9be310add7f83 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 18 Mar 2003 05:30:15 +0000 Subject: Update comment: Valgrind 1.9.4 seems to always respect client requests, without needing --client-perms=yes. (This used to be commit 412a8780c35ee9449c9682e3ef73afb2c4933285) --- source3/lib/util_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c index b734452867..3836d42872 100644 --- a/source3/lib/util_str.c +++ b/source3/lib/util_str.c @@ -441,7 +441,7 @@ void clobber_region(const char *fn, unsigned int line, char *dest, size_t len) * * (This is not redundant with the clobbering above. The * marking might not actually take effect if we're not running - * under valgrind or not with --client-perms.) */ + * under valgrind.) */ VALGRIND_MAKE_WRITABLE(dest, len); #endif /* VALGRIND */ #endif /* DEVELOPER */ -- cgit