1
2
3
4
5
6
7
8
9
10
11
12
13
| Error #2: UNADDRESSABLE ACCESS:
reading 0x0804a018-0x0804a019 1 byte(s)
# 0 t!main [/home/DrMem/t.c:13]
# 1 libc.so.6<nosyms>!?
# 2 t!_start
Note: elapsed time = 0:00:01.176 in thread 24378
Note: 0x0804a018-0x0804a019 overlaps
memory 0x0804a018-0x0804a020
that was freed here:
Note: # 0 t!main [/homeDrMem/t.c:13]
Note: # 1 libc.so.6<nosyms>!?
Note: # 2 t!_start
Note: instruction: movzx (%eax) -> %eax
|