Book-bot.com - read famous books online for free

The Jargon File, Version 4.2.2, 20 Aug 2000 by Various
page 83 of 1403 (05%)
_________________________________________________________________

Node:aliasing bug, Next:[437]Alice and Bob, Previous:[438]Alderson
loop, Up:[439]= A =

aliasing bug n.

A class of subtle programming errors that can arise in code that does
dynamic allocation, esp. via malloc(3) or equivalent. If several
pointers address (`aliases for') a given hunk of storage, it may
happen that the storage is freed or reallocated (and thus moved)
through one alias and then referenced through another, which may lead
to subtle (and possibly intermittent) lossage depending on the state
and the allocation history of the malloc [440]arena. Avoidable by use
of allocation strategies that never alias allocated core, or by use of
higher-level languages, such as [441]LISP, which employ a garbage
collector (see [442]GC). Also called a [443]stale pointer bug. See
also [444]precedence lossage, [445]smash the stack, [446]fandango on
core, [447]memory leak, [448]memory smash, [449]overrun screw,
[450]spam.

Historical note: Though this term is nowadays associated with C
programming, it was already in use in a very similar sense in the
Algol-60 and FORTRAN communities in the 1960s.
_________________________________________________________________

Node:Alice and Bob, Next:[451]all-elbows, Previous:[452]aliasing bug,
Up:[453]= A =

Alice and Bob n.
DigitalOcean Referral Badge