1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00

Update comment: Valgrind 1.9.4 seems to always respect client

requests, without needing --client-perms=yes.
(This used to be commit 412a8780c3)
This commit is contained in:
Martin Pool 2003-03-18 05:30:15 +00:00
parent b9a8ad5f3b
commit 556fea4e1e

View File

@ -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 */