From f6e817eba616fa2b92332b4b316e4e569883a0bf Mon Sep 17 00:00:00 2001 From: Johannes Maier Date: Tue, 16 Jan 2024 17:45:09 +0100 Subject: [PATCH] Remove todos. --- vuln.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/vuln.c b/vuln.c index b398fcf..2801bd5 100644 --- a/vuln.c +++ b/vuln.c @@ -358,9 +358,6 @@ void check_premium() { } int main() { - // TODO: signal handlers? SIGCHILD? seccomp? - // TODO: colors in message, just so that everyone is pissed :D - setbuf(stdout, NULL); setbuf(stdin, NULL);