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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# BadAccessGuards
2
2
3
-
This library makes it possible to detect most race conditions involving (but not only) containers through their instrumentation, at a minimal runtime cost.
3
+
This C++ library makes it possible to detect most race conditions involving (but not only) containers through their instrumentation, at a minimal runtime cost.
4
4
5
5
Finding race conditions and bad access patterns usually involves sanitizers or special programs such as Valgrind.
6
6
Those are however seldom run because they can have a heavy runtime performance cost.
@@ -66,7 +66,7 @@ As a bonus, we also get detection of memory use-after-free and corruption for fr
66
66
67
67
Examples are available in [./examples](./examples).
68
68
69
-
How it looks in Visual Studio(from an error caught in production where we append decoded frames to a list while reading it):
69
+
Here is how it looks in Visual Studio(error caught in production, we were appending decoded frames to a collection while reading it):
70
70
71
71

0 commit comments