]> sourceware.org Git - valgrind.git/commitdiff
Darwin: Fix another bad merge of coregrind/m_debuginfo/debuginfo.c
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 28 Dec 2023 09:47:29 +0000 (10:47 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 28 Dec 2023 09:47:29 +0000 (10:47 +0100)
coregrind/m_debuginfo/debuginfo.c

index 6fec43e869a9efbb32e73304dcc7338b9c62d0ea..d6ed5dc34706668805a68f78f71619d8f77e6564 100644 (file)
@@ -1385,7 +1385,7 @@ ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd )
    }
    if (sr_Res(preadres) == 0)
       return 0;
-   vg_assert(sr_Res(preadres) > 0 && sr_Res(preadres) <= sizeof(buf1k) );
+   vg_assert(sr_Res(preadres) > 0 && sr_Res(preadres) <= sizeof(buf4k) );
 
    rw_load_count = 0;
 
This page took 0.036141 seconds and 5 git commands to generate.