PERFORCE change 169131 for review
Stanislav Sedov
stas at FreeBSD.org
Fri Oct 2 14:46:54 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=169131
Change 169131 by stas at stas_yandex on 2009/10/02 14:46:18
- Add forgotten conditional.
Affected files ...
.. //depot/projects/valgrind/memcheck/mc_main.c#7 edit
Differences ...
==== //depot/projects/valgrind/memcheck/mc_main.c#7 (text+ko) ====
@@ -1666,7 +1666,8 @@
* as unaccessible and only change access bits for unaccessible
* bytes if permissions were given
*/
- make_mem_defined_if_unaddressable ( a, len );
+ if (rr || ww)
+ make_mem_defined_if_unaddressable ( a, len );
}
More information about the p4-projects
mailing list