context: more on memory management and weaknesses
This commit is contained in:
parent
e69951fe71
commit
ebc4bcb8bb
8 changed files with 547 additions and 312 deletions
|
@ -13,7 +13,7 @@
|
|||
\usepackage{multirow,tabularx,tabu}
|
||||
\usepackage{ctable,multirow,spreadtab}
|
||||
|
||||
\usepackage[backend=biber,style=numeric,url=true]{biblatex}
|
||||
\usepackage[backend=biber,style=numeric,citestyle=numeric,url=true]{biblatex}
|
||||
\addbibresource{thesis.bib}
|
||||
|
||||
%\usepackage[hyphens]{url}
|
||||
|
@ -29,6 +29,14 @@
|
|||
\usepackage{graphicx}
|
||||
\usepackage{color}
|
||||
|
||||
\usepackage[parfill]{parskip}
|
||||
|
||||
\usepackage{amsmath}
|
||||
|
||||
\newcommand{\iitemA}{\setlength\itemindent{0pt}\item}
|
||||
\newcommand{\iitemB}{\setlength\itemindent{25pt}\item}
|
||||
\newcommand{\iitemC}{\setlength\itemindent{50pt}\item}
|
||||
|
||||
\newcommand{\topic}{Guarantees On In-Kernel Memory-Safety Using Rust's Static Code Analysis}
|
||||
|
||||
\newcommand{\authorOne}{Stefan Junker}
|
||||
|
@ -137,17 +145,18 @@
|
|||
\tableofcontents
|
||||
|
||||
\part{Context}
|
||||
\label{context}
|
||||
|
||||
\printnoidxglossary
|
||||
|
||||
\include{parts/context/context}
|
||||
|
||||
\part{Research And Development}
|
||||
\label{part:rnd}
|
||||
\label{rnd}
|
||||
\include{parts/research_and_development/research_and_development}
|
||||
|
||||
\part{Evaluation And Conclusion}
|
||||
\label{part:eval_and_conclusion}
|
||||
\label{eval_and_conclusion}
|
||||
\include{parts/eval_and_conclusion/eval_and_conclusion}
|
||||
|
||||
\newpage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue