Buffer overflow: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
>Torchickens
>Torchickens
No edit summary
Line 1: Line 1:
{{Major glitches}}
{{Major glitches}}
'''Buffer overflow''' is a term used to describe when data is put in storage but errors occur when the name is excessively long.
'''Buffer overflow''' is a term used to describe when data is put in storage but the size of the data is excessively large (for example: a text string over the maximum number of characters supported by the game).


The term could for example describe a [[glitch]] where data has an excessively long name and the name overflows to corrupt unrelated memory addresses, or the game copying more data than it is supposed to.
The term could for example describe a [[glitch]] where data has an excessively long name and the name overflows to corrupt unrelated memory addresses, or the game copying more data than it is supposed to.