We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccaa309 commit 6243658Copy full SHA for 6243658
talk/tools/sanitizers.tex
@@ -31,7 +31,7 @@
31
\begin{itemize}
32
\item Compiler adds run-time checks ($\sim$2x slow down)
33
\item \cppinline{IsPoisoned(address)} looks up state of address in asan's ``shadow memory''
34
- \item Shadow memory: memory where 1 shadow byte tracks state of 8 application bytes (state = accessible, poisoned, \ldots)
+ \item Shadow memory: memory section to look up which addresses are accessible (state = accessible, poisoned, \ldots)
35
\item Functions that deal with memory (\cppinline{new() / delete()} / strings / ...) update entries in shadow memory when called
36
\end{itemize}
37
\end{block}
0 commit comments