mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 23:20:40 +00:00
4a5161e454
* Minor printing fix * Test for dmh/dmha
17 lines
191 B
Plaintext
17 lines
191 B
Plaintext
NAME=dmh crash without arena/heap map
|
|
FILE=-
|
|
ARGS=
|
|
CMDS=<<EOF
|
|
dmh
|
|
o malloc://512 0x20000 rwx
|
|
omn 0x20000 arena
|
|
dmh
|
|
o malloc://512 0x10000 rwx
|
|
omn 0x10000 [heap]
|
|
dmh
|
|
EOF
|
|
EXPECT=<<EOF
|
|
EOF
|
|
RUN
|
|
|