1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-19 10:03:58 +03:00

Update comment: Valgrind 1.9.4 seems to always respect client

requests, without needing --client-perms=yes.
This commit is contained in:
Martin Pool -
parent 8da383bb3e
commit 412a8780c3

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