CharPointer

Level 0 n00b   
   
 
Profile
stats
1 Favorites
 
Points by Class
 
Playa
7
Criticist
1
 
total 8
next level 34
 
created 2014-12-28
last here 2016-10-04
wat
729 profile views
b0.03
8 INF
1/0 Votes/Entries

 
51069
Level 14 Chipist
bazz
 
 
post #51069 :: 2014.12.28 1:10pm :: edit 2014.12.28 1:11pm
  
  TMM12 liēkd this
wat
 
 
51079
Level 19 Pedagogist
R3M
 
 
 
post #51079 :: 2014.12.28 5:38pm
  
  Slimeball hæitd this
#include <stdio.h>
#include <string.h>

int main() {
char overflow_master[2] = "ahahahaha fuck your buffers";
char demolition[2];
strcpy(demolition, overflow_master);
printf("poppin roots like its harvest season\n");
return 0;
}
 
 

LOGIN or REGISTER to add your own comments!