commit | c4eee3765bf9dd81ff055e70ff7daa83a3926d2a | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Wed Jul 08 14:22:41 2009 +0200 |
committer | David 'Digit' Turner <digit@google.com> | Fri Jul 10 00:32:08 2009 +0200 |
tree | fca5f9156dba6f7a3278699da9665c138c08f816 | |
parent | 6ee8f1b0444c0db94931d2cd64427ded8fba38b0 [diff] |
Prevent a crash in the memory leak checker (which happened in chk_free()) Simplify the code a little, removing un-necessary mutex locks/unlocks. Provide slightly better diagnostic message in case of corruption. Use snprintf/strlcat instead of sprintf/strcat