Remove todos.

This commit is contained in:
Johannes Maier
2024-01-16 17:45:09 +01:00
parent 12765a9a11
commit f6e817eba6

3
vuln.c
View File

@@ -358,9 +358,6 @@ void check_premium() {
} }
int main() { int main() {
// TODO: signal handlers? SIGCHILD? seccomp?
// TODO: colors in message, just so that everyone is pissed :D
setbuf(stdout, NULL); setbuf(stdout, NULL);
setbuf(stdin, NULL); setbuf(stdin, NULL);