mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
56 lines
2.1 KiB
Plaintext
56 lines
2.1 KiB
Plaintext
Invalid write of size 1
|
|
at 0x........: test (mempool.c:130)
|
|
by 0x........: main (mempool.c:154)
|
|
Address 0x........ is 1 bytes before a block of size 10 client-defined
|
|
at 0x........: allocate (mempool.c:105)
|
|
by 0x........: test (mempool.c:121)
|
|
by 0x........: main (mempool.c:154)
|
|
|
|
Invalid write of size 1
|
|
at 0x........: test (mempool.c:131)
|
|
by 0x........: main (mempool.c:154)
|
|
Address 0x........ is 0 bytes after a block of size 10 client-defined
|
|
at 0x........: allocate (mempool.c:105)
|
|
by 0x........: test (mempool.c:121)
|
|
by 0x........: main (mempool.c:154)
|
|
|
|
Invalid write of size 1
|
|
at 0x........: test (mempool.c:135)
|
|
by 0x........: main (mempool.c:154)
|
|
Address 0x........ is 70 bytes inside a block of size 100,000 alloc'd
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: make_pool (mempool.c:44)
|
|
by 0x........: test (mempool.c:117)
|
|
by 0x........: main (mempool.c:154)
|
|
|
|
Invalid write of size 1
|
|
at 0x........: test (mempool.c:136)
|
|
by 0x........: main (mempool.c:154)
|
|
Address 0x........ is 96 bytes inside a block of size 100,000 alloc'd
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: make_pool (mempool.c:44)
|
|
by 0x........: test (mempool.c:117)
|
|
by 0x........: main (mempool.c:154)
|
|
|
|
10 bytes in 1 blocks are definitely lost in loss record ... of ...
|
|
at 0x........: allocate (mempool.c:105)
|
|
by 0x........: test (mempool.c:121)
|
|
by 0x........: main (mempool.c:154)
|
|
|
|
10 bytes in 1 blocks are definitely lost in loss record ... of ...
|
|
at 0x........: allocate (mempool.c:105)
|
|
by 0x........: test (mempool.c:141)
|
|
by 0x........: main (mempool.c:154)
|
|
|
|
20 bytes in 1 blocks are definitely lost in loss record ... of ...
|
|
at 0x........: allocate (mempool.c:105)
|
|
by 0x........: test (mempool.c:122)
|
|
by 0x........: main (mempool.c:154)
|
|
|
|
48 (32 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: make_pool (mempool.c:43)
|
|
by 0x........: test (mempool.c:117)
|
|
by 0x........: main (mempool.c:154)
|
|
|