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:
parent
b9a8ad5f3b
commit
556fea4e1e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user