From 4666d19e5b7efa763c25e54c3a90d9ef38f9b234 Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Mon, 15 Jan 2018 16:35:01 +0100 Subject: security: change code fontsize to scriptsize Fontsize "scriptsize" is a good alternative between default fontsize and "tiny". Signed-off-by: Holger Dengler --- security/advanced/frm_exploit_mitigation.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/advanced/frm_exploit_mitigation.tex') diff --git a/security/advanced/frm_exploit_mitigation.tex b/security/advanced/frm_exploit_mitigation.tex index 559b60e..09a3744 100644 --- a/security/advanced/frm_exploit_mitigation.tex +++ b/security/advanced/frm_exploit_mitigation.tex @@ -27,7 +27,7 @@ \begin{frame}[fragile] \frametitle{Stack: Code Example I} \begin{beamerboxesrounded}[shadow=true]{Bad copy to stack local buffer} -\begin{tiny} +\begin{scriptsize} \begin{verbatim} #include @@ -40,7 +40,7 @@ int main (int argc, char **argv) { foo(argv[1]); } \end{verbatim} -\end{tiny} +\end{scriptsize} \end{beamerboxesrounded} \end{frame} @@ -48,7 +48,7 @@ int main (int argc, char **argv) { \begin{frame}[fragile] \frametitle{Stack: Code Example II} \begin{beamerboxesrounded}[shadow=true]{Manipulation of return address} -\begin{tiny} +\begin{scriptsize} \begin{verbatim} #include #include @@ -74,7 +74,7 @@ void main(void) } \end{verbatim} -\end{tiny} +\end{scriptsize} \end{beamerboxesrounded} \end{frame} -- cgit v1.2.3