------------ Lab09: misc1 ------------ Various topics are covered in this lab, including int overflow, race conditions, time-of-check-time-of-use and bad-casting vulnerabilities. * Problems + [level 01] snake [20 points] + [level 02] 2048-int [20 points] + [level 03] intq [20 points] + [level 04] race [20 points] + [level 05] urandom [20 points] + [level 06] concat [20 points] + [level 07] type [20 points] + [level 08] django [20 points] + [level 09] tictou [20 points] + [level 10] fsb-heap2 [20 points] * Refs - http://phrack.org/issues/60/10.html - http://blog.llvm.org/2011/05/what-every-c-programmer-should-know.html