Skip to content

Commit 6243658

Browse files
committed
Remove unnecessary details from one asan slide.
1 parent ccaa309 commit 6243658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talk/tools/sanitizers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
\begin{itemize}
3232
\item Compiler adds run-time checks ($\sim$2x slow down)
3333
\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)
34+
\item Shadow memory: memory section to look up which addresses are accessible (state = accessible, poisoned, \ldots)
3535
\item Functions that deal with memory (\cppinline{new() / delete()} / strings / ...) update entries in shadow memory when called
3636
\end{itemize}
3737
\end{block}

0 commit comments

Comments
 (0)