We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76cb92 commit e780ef2Copy full SHA for e780ef2
docs/mismatched-sized-delete.md
@@ -40,6 +40,11 @@ Mismatched-size-class (https://github.com/google/tcmalloc/tree/master/docs/misma
40
41
## TCMalloc is buggy?
42
43
+TIP: Memory safety bugs can have a delayed effect. The checks described above,
44
+and other related crashes, often occur in a different call stack than the one
45
+that caused the bug. Before scrutinizing the call stack attached to this crash,
46
+start by looking for related crashes of the same process.
47
+
48
It is not a bug in TCMalloc. It is detecting an erroneous argument provided to
49
`::operator delete`.
50
0 commit comments