overrun screw n.
[C programming] A variety of fandango on core produced by scribbling past the end of
implementations typically have no checks for this error). This is
relatively benign and easy to spot if the array is static; if it is
auto, the result may be to smash the stack -- often resulting
in heisenbugs of the most diabolical subtlety. The term
`overrun screw' is used esp. of scribbles beyond the end of
arrays allocated with malloc(3); this typically trashes the
allocation header for the next block in the arena, producing
massive lossage within malloc and often a core dump on the next
operation to use stdio(3) or malloc(3) itself. See
spam, overrun; see also memory leak
[C programming] A variety of fandango on core produced by scribbling past the end of
implementations typically have no checks for this error). This is
relatively benign and easy to spot if the array is static; if it is
auto, the result may be to smash the stack -- often resulting
in heisenbugs of the most diabolical subtlety. The term
`overrun screw' is used esp. of scribbles beyond the end of
arrays allocated with malloc(3); this typically trashes the
allocation header for the next block in the arena, producing
massive lossage within malloc and often a core dump on the next
operation to use stdio(3) or malloc(3) itself. See
spam, overrun; see also memory leak
Related:
- overrun screw: [C programming] n. A variety of {fandango on
core} produced by scribbling past the end of an array (C
implementations typically have no checks for this error).
This is relatively benign and easy to spot if the... - 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... - 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... - fandango on core n.
[Unix/C hackers, from the Iberian
dance] In C,
a wild pointer that runs out of bounds, causing a ... - fandango on core: [UNIX/C hackers, from the Mexican dance] n.
In C, a wild pointer that runs out of bounds, causing... - smash the stack: [C programming] n. To corrupt the execution stack
by writing past the end of a local array or other data structure.
Code that smashes the stack can cause a return from... - smash the stack n.
[C programming] To corrupt the execution
stack by writing past the end of a local array or other data
structure.
Code that smashes the stack can cause a return from... - 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 `malloc: corrupt arena' message... - arena n.
[common; Unix] 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 malloc: corrupt arena message emitted...
From the same category:
- flaky adj.
(var sp. `flakey') Subject to frequent
lossage.
This use is of course related to the common slang ... - NSP /N-S-P/ n.
Common abbreviation for `Network Service
Provider',
one of the big national or regional companies that... - coaster n.
1. Unuseable CD produced during failed attempt
at writing to writeable or re-writeable CD media.
Certainly related to the coaster-like shape of a... - bob n.
At Demon Internet, all tech support personal are
called "Bob".
(Female support personnel have an option on "Bobette")... - elegant adj.
[common; from mathematical usage]
Combining simplicity,
power, and a certain ineffable grace of design....
