# HG changeset patch # User Christian Urban # Date 1438760797 -7200 # Node ID 3145f522774ceee7fb626c7437403c9a2514402d # Parent 7d8ad963ad24f8aff0a52274bee655c757019763 typo diff -r 7d8ad963ad24 -r 3145f522774c handouts/ho03.pdf Binary file handouts/ho03.pdf has changed diff -r 7d8ad963ad24 -r 3145f522774c handouts/ho03.tex --- a/handouts/ho03.tex Wed Jul 08 14:36:12 2015 +0100 +++ b/handouts/ho03.tex Wed Aug 05 09:46:37 2015 +0200 @@ -684,7 +684,7 @@ compiler to include debugging information and also produce non-optimised code (the latter makes the output of the code a bit more predictable). The third is important as it switches -of defences like the stack canaries. The fourth again makes it +off defences like the stack canaries. The fourth again makes it a bit easier to read the code. The final option makes the stack executable, thus the the example in Figure~\ref{C3} works as intended. While this might be considered