|
From: <sv...@va...> - 2015-02-17 21:52:00
|
Author: florian
Date: Tue Feb 17 21:51:53 2015
New Revision: 14941
Log:
Update a comment.
Modified:
trunk/coregrind/m_aspacemgr/aspacemgr-linux.c
Modified: trunk/coregrind/m_aspacemgr/aspacemgr-linux.c
==============================================================================
--- trunk/coregrind/m_aspacemgr/aspacemgr-linux.c (original)
+++ trunk/coregrind/m_aspacemgr/aspacemgr-linux.c Tue Feb 17 21:51:53 2015
@@ -1248,7 +1248,8 @@
/* Test if a piece of memory is addressable by client or by valgrind with at
least the "prot" protection permissions by examining the underlying
- segments. If client && freeOk is True then SkFree areas are also allowed.
+ segments. If client && freeOk is True then SkFree and SkResvn areas are
+ also allowed.
*/
static
Bool is_valid_for( Bool client, Addr start, SizeT len, UInt prot, Bool freeOk )
|