1 2------ out of range reads in malloc-backed pool ------ 3 4Invalid read of size 1 5 at 0x........: test (mempool2.c:135) 6 by 0x........: main (mempool2.c:200) 7 Address 0x........ is 1 bytes before a block of size 10 client-defined 8 at 0x........: allocate (mempool2.c:108) 9 by 0x........: test (mempool2.c:130) 10 by 0x........: main (mempool2.c:200) 11 12Invalid read of size 1 13 at 0x........: test (mempool2.c:136) 14 by 0x........: main (mempool2.c:200) 15 Address 0x........ is 0 bytes after a block of size 10 client-defined 16 at 0x........: allocate (mempool2.c:108) 17 by 0x........: test (mempool2.c:130) 18 by 0x........: main (mempool2.c:200) 19 20 21------ out of range reads in mmap-backed pool ------ 22 23Invalid read of size 1 24 at 0x........: test (mempool2.c:140) 25 by 0x........: main (mempool2.c:200) 26 Address 0x........ is 1 bytes before a block of size 20 client-defined 27 at 0x........: allocate (mempool2.c:108) 28 by 0x........: test (mempool2.c:131) 29 by 0x........: main (mempool2.c:200) 30 31Invalid read of size 1 32 at 0x........: test (mempool2.c:141) 33 by 0x........: main (mempool2.c:200) 34 Address 0x........ is 0 bytes after a block of size 20 client-defined 35 at 0x........: allocate (mempool2.c:108) 36 by 0x........: test (mempool2.c:131) 37 by 0x........: main (mempool2.c:200) 38 39 40------ Illegal memory pool address ------ 41 42Illegal memory pool address 43 at 0x........: test (mempool2.c:145) 44 by 0x........: main (mempool2.c:200) 45 Address 0x........ is 0 bytes inside a block of size 32 alloc'd 46 at 0x........: malloc (vg_replace_malloc.c:...) 47 by 0x........: make_pool (mempool2.c:46) 48 by 0x........: test (mempool2.c:122) 49 by 0x........: main (mempool2.c:200) 50 51 52------ read free in malloc-backed pool ------ 53 54Invalid read of size 1 55 at 0x........: test (mempool2.c:150) 56 by 0x........: main (mempool2.c:200) 57 Address 0x........ is 13 bytes inside a recently re-allocated block of size 100,000 alloc'd 58 at 0x........: malloc (vg_replace_malloc.c:...) 59 by 0x........: make_pool (mempool2.c:47) 60 by 0x........: test (mempool2.c:122) 61 by 0x........: main (mempool2.c:200) 62 63 64------ read free in mmap-backed pool ------ 65 66Invalid read of size 1 67 at 0x........: test (mempool2.c:155) 68 by 0x........: main (mempool2.c:200) 69 Address 0x........ is 11 bytes inside a block of size 20 free'd 70 at 0x........: test (mempool2.c:154) 71 by 0x........: main (mempool2.c:200) 72 Block was alloc'd at 73 at 0x........: allocate (mempool2.c:108) 74 by 0x........: test (mempool2.c:131) 75 by 0x........: main (mempool2.c:200) 76 77 78------ double free in malloc-backed pool ------ 79 80Invalid free() / delete / delete[] / realloc() 81 at 0x........: test (mempool2.c:159) 82 by 0x........: main (mempool2.c:200) 83 Address 0x........ is 8 bytes inside a recently re-allocated block of size 100,000 alloc'd 84 at 0x........: malloc (vg_replace_malloc.c:...) 85 by 0x........: make_pool (mempool2.c:47) 86 by 0x........: test (mempool2.c:122) 87 by 0x........: main (mempool2.c:200) 88 89 90------ double free in mmap-backed pool ------ 91 92Invalid free() / delete / delete[] / realloc() 93 at 0x........: test (mempool2.c:163) 94 by 0x........: main (mempool2.c:200) 95 Address 0x........ is 0 bytes inside a block of size 20 free'd 96 at 0x........: test (mempool2.c:154) 97 by 0x........: main (mempool2.c:200) 98 Block was alloc'd at 99 at 0x........: allocate (mempool2.c:108) 100 by 0x........: test (mempool2.c:131) 101 by 0x........: main (mempool2.c:200) 102 103 104------ 2 invalid access in 'no no-access superblock' --- 105 106Invalid read of size 1 107 at 0x........: test (mempool2.c:182) 108 by 0x........: main (mempool2.c:200) 109 Address 0x........ is 1 bytes before a block of size 10 client-defined 110 at 0x........: test (mempool2.c:175) 111 by 0x........: main (mempool2.c:200) 112 113Invalid read of size 1 114 at 0x........: test (mempool2.c:183) 115 by 0x........: main (mempool2.c:200) 116 Address 0x........ is 0 bytes after a block of size 10 client-defined 117 at 0x........: test (mempool2.c:175) 118 by 0x........: main (mempool2.c:200) 119 120 121------ done ------ 122 123