Obocanceller /roh-boh-kan'sel-*r/
A Program That
Monitors Usenet Feeds, Attempting To Detect And Elimnate Spam
By Sending Appropriate Cancel Messages .
A program that
monitors Usenet feeds, attempting to detect and elimnate spam
by sending appropriate cancel messages . Robocancellers may use
the Breidbart Index as a trigger. Programming them is not a
game for amateurs; see ARMM. See also Dave the Resurrector
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 arena....
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 {arena}....