Enter a curse against the user above you

Glasia

Planter
You are cursed to be as vulnerable as
C:
#include <stdio.h>

int main(int argc, char** argv, char** envp){
    foo();
    return 0;
}

void foo(){
    char text [10] = {0};
    read(0, text, 100);
}
 
Top