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: clang/docs/MemorySanitizer.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Here is a not comprehensive of list cases when MemorySanitizer will report an er
17
17
18
18
* Uninitialized value was used in a conditional branch.
19
19
* Uninitialized pointer was used for memory accesses.
20
-
* Uninitialized value passed or returned from a function call, which is considered an undefined behavior. The check can be disabled with ``-fno-sanitize-memory-param-retval``.
20
+
* Uninitialized value was passed or returned from a function call, which is considered an undefined behavior. The check can be disabled with ``-fno-sanitize-memory-param-retval``.
21
21
* Uninitialized data was passed into some libc calls.
0 commit comments