WIP: describe stack handling with pictures
This commit is contained in:
parent
28dd1fe2c2
commit
b4f23fdd2f
8 changed files with 815 additions and 366 deletions
|
@ -4,7 +4,7 @@
|
|||
name = {Rust},
|
||||
long = {the Rust programming language},
|
||||
description = {
|
||||
Statically typed programming language that uses a new concept of variable ownership and reference tracking. Largely explain in \autoref{context::rust}.
|
||||
Statically typed programming language that uses a new concept of variable ownership and reference tracking. Largely explain in \cref{context::rust}.
|
||||
},
|
||||
first = {\glsentrylong{Rust}}
|
||||
}
|
||||
|
@ -309,9 +309,9 @@
|
|||
|
||||
\newglossaryentry{CWE-119}{
|
||||
name = CWE-119,
|
||||
long = {CWE-119: \glsentrydesc{CWE-119}},
|
||||
description = {Improper Restriction of Operations within the Bounds of a Memory Buffer},
|
||||
short = {buffer error},
|
||||
first = {CWE-119: \glsentrydesc{CWE-119}\cite{MITRE-CWE-119}}
|
||||
first = {\glsentrylong{CWE-119}\cite{MITRE-CWE-119}}
|
||||
}
|
||||
|
||||
\newglossaryentry{C}{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue