addd patches

This commit is contained in:
DeOwl
2026-09-22 15:06:34 +03:00
parent 243a82fd97
commit b00042de42
5 changed files with 111 additions and 0 deletions

View File

@@ -7,4 +7,7 @@ void askname(char *first, char *last)
first[strlen(first)-1] = '\0'; /* remove the newline at the end */
printf("Now enter your last name: ");
gets(last); /* buffer overflow? what's that? */
// Stashed changes 2
}