I want to know if there is some technical name for those regions of extra memory that are allocated for debugging purposes and filled with special patterns, so they can be checked at runtime to see if have been overwritten (and thus detecting a possible buffer overflow)...
A fellow referred to them as "Canarios" (Canaries in Spanish), I think it is an analogy to the canary birds that were used in the mines to detect the firedamp, but I'm not sure if the same name is used in English.