]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Whoops... I guess the regtests don't exercise that code...
authorNicholas Nethercote <njn@valgrind.org>
Mon, 15 Aug 2005 01:54:05 +0000 (01:54 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 15 Aug 2005 01:54:05 +0000 (01:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4416

memcheck/mc_main.c

index 152bbdabf487e90c85c92821bd7d80007ad4ec60..db7e43882a917e347bc8754d5016a72f2f69c413 100644 (file)
@@ -2325,8 +2325,8 @@ static Bool client_perm_maybe_describe( Addr a, AddrInfo* ai )
          if (mp != NULL) {
             if (mp->chunks != NULL) {
                MAC_Chunk* mc;
-               VG_(OSet_ResetIter)(mp->chunks);
-               while ( (mc = VG_(OSet_Next)(mp->chunks)) ) {
+               VG_(HT_ResetIter)(mp->chunks);
+               while ( (mc = VG_(HT_Next)(mp->chunks)) ) {
                   if (VG_(addr_is_in_block)(a, mc->data, mc->size,
                                             MAC_MALLOC_REDZONE_SZB)) {
                      ai->akind      = UserG;