Skip to main content

buffer overflow 

A type of exploitation in programming in which a set buffer is created in a program and a user has the advantage of overflowing that buffers set limit to allow the user to execute arbitrary code by overwriting a memory block, held for the buffer.
#include <stdio.h>

int main(int argc, char **argv) {
buffer300; //set buffer to store 300 bytes
if(argc<=2) {
printf("usage: %s <data to put in buffer>", argv0);
}else{
memset(buffer, argv1); //add 2nd argument (the data) into the buffer
printf("%s",buffer); //print data that resides in the buffer
}

if more than 300 bytes are put into the buffer, it will cause a segmentation fault causing a buffer overflow.
buffer overflow by atomix April 25, 2004
Words you can keep

buffer overflow 

Computer term: When code in the stack-buffer overflows into another application's process. Can cause applications to crash or execute malicious code.
This client is vulnerable to buffer overflow exploits.
buffer overflow by Alex January 15, 2004

buffer overflow 

Euphemism for an immediate need to defecate or urinate. Also synonymous for having already done so in public.
"I'm about to have a buffer overflow. brb!"
buffer overflow by bembleton August 17, 2007
More from Urban Dictionary

Salad Days 

green inexperienced youthful judgement and cold blooded execution of those judgements.

Rashness with little concern of consequence.

Antony and Cleopatra. William Shakespeare

"My salad days,
When I was green in judgment, cold in blood."

- William Shakespeare, Antony and Cleopatra, 1.5
"How did you end up in jail?"

"Salad days, 'nuf said."
Salad Days by GilbyRFC0 October 7, 2011
Word of the Day on August 28, 2026

age gate 

An absolutely foolproof way to keep minors from viewing content deemed "too mature" for them to watch.
Billy: "So I was trying to watch some videos for an M rated game, and I ran into an age gate, so I put in my real birthday. SOMEHOW it managed to figure out that I am 12. CURSE YOU AGE GATE!!!"

Bill: "Fucking age gate! *quick scroll* THERE! I was born on January 1, 1904. Fuck you age gate."
age gate by Banja January 7, 2011
Word of the Day on August 27, 2026

board chow 

A)
The Crud that collects under the keys in a keyboard. Usually more severe in the keyboards of programmers and webmasters as they tend to spend a lot of time at the the computer and thus eat at their desk. Mainly affecting IBM Model M (clicly) style boards.

B)
Can also be used to gross out Non-Techie people
A)
Bill: want to go to the club?
Bob: No, I've got to clean out my board chow, keys are starting to stick.

B)
Bill: Want to go out to get a bite?
Bob: No, i am just going to have some of my board chow/
Bill: Whats' that?
Bob: The food scraps that collect in my keyboard; Want some?
Bill: *GAG* *HURL* *GAG*
board chow by BinaryHackerMan September 3, 2007
Word of the Day on August 26, 2026

young pup 

a young person, a young adult in their late teens/early 20s.
Ah, you're just a young pup at 23!
young pup by the dog May 30, 2006
Word of the Day on August 25, 2026
Next