File tree
Expand file treeCollapse file tree
16 files changed
+86
-120
lines changedFilter options
- compiler-rt
- lib
- asan
- dfsan
- hwasan
- lsan
- memprof
- msan
- nsan
- sanitizer_common
- tests
- tsan/rtl
- test/sanitizer_common/TestCases/Linux
Expand file treeCollapse file tree
16 files changed
+86
-120
lines changedcompiler-rt/lib/asan/asan_posix.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/asan/asan_posix.cpp+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
|
compiler-rt/lib/asan/asan_rtl.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/asan/asan_rtl.cpp+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
580 | 580 |
|
581 | 581 |
|
582 | 582 |
|
583 |
| - |
584 |
| - |
585 |
| - |
586 |
| - |
| 583 | + |
| 584 | + |
587 | 585 |
|
588 | 586 |
|
589 | 587 |
|
|
compiler-rt/lib/asan/asan_thread.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/asan/asan_thread.cpp+3-6Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
309 |
| - |
310 |
| - |
311 |
| - |
312 |
| - |
313 |
| - |
| 309 | + |
| 310 | + |
| 311 | + |
314 | 312 |
|
315 |
| - |
316 | 313 |
|
317 | 314 |
|
318 | 315 |
|
|
compiler-rt/lib/dfsan/dfsan_thread.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/dfsan/dfsan_thread.cpp+2-7Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
| 24 | + |
| 25 | + |
31 | 26 |
|
32 | 27 |
|
33 | 28 |
|
|
compiler-rt/lib/hwasan/hwasan_linux.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/hwasan/hwasan_linux.cpp+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
499 | 499 |
|
500 | 500 |
|
501 | 501 |
|
502 |
| - |
503 |
| - |
504 |
| - |
505 |
| - |
506 |
| - |
507 |
| - |
| 502 | + |
| 503 | + |
508 | 504 |
|
509 | 505 |
|
510 | 506 |
|
|
compiler-rt/lib/lsan/lsan_posix.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/lsan/lsan_posix.cpp+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
| 53 | + |
| 54 | + |
59 | 55 |
|
60 | 56 |
|
61 | 57 |
|
|
compiler-rt/lib/memprof/memprof_thread.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/memprof/memprof_thread.cpp+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
171 |
| - |
172 |
| - |
173 |
| - |
174 |
| - |
175 |
| - |
176 |
| - |
| 171 | + |
| 172 | + |
177 | 173 |
|
178 | 174 |
|
179 | 175 |
|
|
compiler-rt/lib/msan/msan_thread.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/msan/msan_thread.cpp+2-7Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
| 23 | + |
| 24 | + |
30 | 25 |
|
31 | 26 |
|
32 | 27 |
|
|
compiler-rt/lib/nsan/nsan_thread.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/nsan/nsan_thread.cpp+2-7Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
| 32 | + |
| 33 | + |
39 | 34 |
|
40 | 35 |
|
41 | 36 |
|
|
compiler-rt/lib/sanitizer_common/sanitizer_common.h
Copy file name to clipboardExpand all lines: compiler-rt/lib/sanitizer_common/sanitizer_common.h+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
87 |
| - |
| 86 | + |
| 87 | + |
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
|
compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp+17-10Lines changed: 17 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
626 | 626 |
|
627 | 627 |
|
628 | 628 |
|
629 |
| - |
630 |
| - |
| 629 | + |
| 630 | + |
631 | 631 |
|
632 | 632 |
|
633 |
| - |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
634 | 637 |
|
635 |
| - |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
636 | 643 |
|
637 | 644 |
|
638 | 645 |
|
639 |
| - |
640 |
| - |
| 646 | + |
| 647 | + |
641 | 648 |
|
642 | 649 |
|
643 | 650 |
|
644 |
| - |
645 |
| - |
646 |
| - |
647 |
| - |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
648 | 655 |
|
649 | 656 |
|
650 | 657 |
|
|
compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp+12-15Lines changed: 12 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
572 | 572 |
|
573 | 573 |
|
574 | 574 |
|
575 |
| - |
576 |
| - |
577 |
| - |
578 |
| - |
579 |
| - |
580 |
| - |
581 |
| - |
582 |
| - |
583 |
| - |
584 |
| - |
585 |
| - |
586 |
| - |
587 |
| - |
588 |
| - |
589 |
| - |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
590 | 587 |
|
591 | 588 |
|
592 | 589 |
|
|
compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/sanitizer_common/sanitizer_win.cpp+12-15Lines changed: 12 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
876 | 876 |
|
877 | 877 |
|
878 | 878 |
|
879 |
| - |
880 |
| - |
881 |
| - |
882 |
| - |
883 |
| - |
884 |
| - |
885 |
| - |
886 |
| - |
887 |
| - |
888 |
| - |
889 |
| - |
890 |
| - |
891 |
| - |
892 |
| - |
893 |
| - |
| 879 | + |
| 880 | + |
| 881 | + |
| 882 | + |
| 883 | + |
| 884 | + |
| 885 | + |
| 886 | + |
| 887 | + |
| 888 | + |
| 889 | + |
| 890 | + |
894 | 891 |
|
895 | 892 |
|
896 | 893 |
|
|
compiler-rt/lib/sanitizer_common/tests/sanitizer_common_test.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/sanitizer_common/tests/sanitizer_common_test.cpp+16-17Lines changed: 16 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
204 | 204 |
|
205 | 205 |
|
206 | 206 |
|
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 |
| - |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
212 | 212 |
|
213 | 213 |
|
214 |
| - |
215 |
| - |
216 |
| - |
217 |
| - |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
218 | 218 |
|
219 | 219 |
|
220 | 220 |
|
221 |
| - |
222 |
| - |
223 |
| - |
224 |
| - |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
225 | 225 |
|
226 | 226 |
|
227 |
| - |
228 |
| - |
229 |
| - |
230 |
| - |
| 227 | + |
| 228 | + |
| 229 | + |
231 | 230 |
|
232 | 231 |
|
233 | 232 |
|
|
compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
Copy file name to clipboardExpand all lines: compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
168 |
| - |
| 168 | + |
169 | 169 |
|
170 |
| - |
| 170 | + |
171 | 171 |
|
172 | 172 |
|
173 |
| - |
174 |
| - |
| 173 | + |
| 174 | + |
175 | 175 |
|
| 176 | + |
| 177 | + |
176 | 178 |
|
177 | 179 |
|
178 | 180 |
|
|
compiler-rt/test/sanitizer_common/TestCases/Linux/tls_malloc_hook.c
Copy file name to clipboardExpand all lines: compiler-rt/test/sanitizer_common/TestCases/Linux/tls_malloc_hook.c-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 | 12 |
|
17 | 13 |
|
18 | 14 |
|
|
0 commit comments