释义 |
unchecked buffer unchecked bufferThe lack of validity checking of the data that is written into a program buffer. Buffers are reserved areas in the program (in memory) that accept data from external sources. Unchecked buffers can cause all kinds of errors and erratic behavior. |