Browse the Dictionary...
All
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Navigation
Hacker Dictionary
Search the Dictionary
Most Viewed
Useful Links
Privacy Policy
Random Term
smash the stack
[C programming] n. On many C implementations it is possible to corrupt the execution stack by writing past the end of an array declared...
VIEW ENTIRE DEFINITION
View Definition: arena
arena
[UNIX] n. The area of memory attached to a process by `brk(2)' and `sbrk(2)' and used by `malloc(3)' as dynamic storage. So named from a semi-mythical `malloc corrupt arena' message supposedly emitted when some early versions became terminally confused. See
overrun screw
, {aliasing bug},
memory leak
,
memory smash
,
smash the stack
.