You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: talk/tools/sanitizers.tex
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -117,17 +117,17 @@
117
117
\scriptsize
118
118
\begin{Verbatim}[commandchars=\\\{\}]
119
119
\ttfamily
120
-
\textcolor{green}{==34015==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffee93ed968 at pc 0x000106812df4 bp 0x7ffee93ed930 sp 0x7ffee93ed928}
120
+
\textcolor{teal}{==34015==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffee93ed968 at pc 0x000106812df4 bp 0x7ffee93ed930 sp 0x7ffee93ed928}
121
121
\textcolor{blue}{WRITE of size 1 at 0x7ffee93ed968 thread T0}
122
122
#0 0x106812df3 in foo() asan.cpp:4
123
123
#1 0x106812ed8 in main asan.cpp:9
124
124
#2 0x7fff6d3923d4 in start (libdyld.dylib:x86_64+0x163d4)
125
125
126
-
\textcolor{green}{Address 0x7ffee93ed968 is located in stack of thread T0 at offset 40 in frame}
126
+
\textcolor{teal}{Address 0x7ffee93ed968 is located in stack of thread T0 at offset 40 in frame}
127
127
#0 0x106812cdf in foo() asan.cpp:1
128
128
129
129
This frame has 2 object(s):
130
-
[32, 40) 'a' (line 2) \textcolor{green}{<== Memory access at offset 40 overflows this variable}
130
+
[32, 40) 'a' (line 2) \textcolor{teal}{<== Memory access at offset 40 overflows this variable}
131
131
[64, 72) 'b' (line 3)
132
132
Shadow bytes around the buggy address:
133
133
=>0x1fffdd27db20: 00 00 00 00 00 00 00 00 \textcolor{red}{f1 f1 f1 f1} 00[\textcolor{red}{f2}]\textcolor{red}{f2 f2}
0 commit comments