buffer overflow - définition. Qu'est-ce que buffer overflow
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est buffer overflow - définition


Buffer overflow         
  • Visualization of a software buffer overflow. Data is written into A, but is too large to fit within A, so it ''overflows'' into B.
ANOMALY IN COMPUTER SECURITY AND PROGRAMMING THAT COULD BE EXPLOITED AS A SECURITY VULNERABILITY
Buffer-overrun; Buffer Overflow; Stack smash; Buffer overrun; Buffer overflows; Buffer overruns; Xrun; DLL trampolining; Pointer protection
In information security and programming, a buffer overflow, or buffer overrun, is an anomaly where a program, while writing data to a buffer, overruns the buffer's boundary and overwrites adjacent memory locations.
buffer overflow         
  • Visualization of a software buffer overflow. Data is written into A, but is too large to fit within A, so it ''overflows'' into B.
ANOMALY IN COMPUTER SECURITY AND PROGRAMMING THAT COULD BE EXPLOITED AS A SECURITY VULNERABILITY
Buffer-overrun; Buffer Overflow; Stack smash; Buffer overrun; Buffer overflows; Buffer overruns; Xrun; DLL trampolining; Pointer protection
<programming> What happens when you try to store more data in a buffer than it can handle. This may be due to a mismatch in the processing rates of the producing and consuming processes (see overrun and firehose syndrome), or because the buffer is simply too small to hold all the data that must accumulate before a piece of it can be processed. For example, in a text-processing tool that crunches a line at a time, a short line buffer can result in lossage as input from a long line overflows the buffer and overwrites data beyond it. Good defensive programming would check for overflow on each character and stop accepting data when the buffer is full. See also spam, overrun screw. [Jargon File] (1996-05-13)
buffer overrun         
  • Visualization of a software buffer overflow. Data is written into A, but is too large to fit within A, so it ''overflows'' into B.
ANOMALY IN COMPUTER SECURITY AND PROGRAMMING THAT COULD BE EXPLOITED AS A SECURITY VULNERABILITY
Buffer-overrun; Buffer Overflow; Stack smash; Buffer overrun; Buffer overflows; Buffer overruns; Xrun; DLL trampolining; Pointer protection
Exemples du corpus de texte pour buffer overflow
1. PC suffered buffer overflow attempt to subvert web server built into Microsoft Windows.