thesis/context: work on introduction
* Explain some of Memory-Management * Explain CWE with relevant examples * Add CWE-119 Statistics
This commit is contained in:
parent
c32d440432
commit
f50dd56fff
13 changed files with 638 additions and 395 deletions
|
@ -10,8 +10,8 @@
|
|||
\usepackage{geometry}
|
||||
\geometry{a4paper, top=25mm, left=30mm, right=35mm, bottom=35mm, headsep=10mm, footskip=12mm}
|
||||
|
||||
%\usepackage{multirow,tabularx,tabu}
|
||||
\usepackage{ctable,multirow}
|
||||
\usepackage{multirow,tabularx,tabu}
|
||||
\usepackage{ctable,multirow,spreadtab}
|
||||
|
||||
\usepackage[backend=biber,style=numeric,url=true]{biblatex}
|
||||
\addbibresource{thesis.bib}
|
||||
|
@ -26,6 +26,8 @@
|
|||
\makenoidxglossaries
|
||||
|
||||
\usepackage{listings}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{color}
|
||||
|
||||
\newcommand{\topic}{Guarantees On In-Kernel Memory-Safety Using Rust's Static Code Analysis}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue