mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-07 04:07:30 +03:00
Sanity check on prof dump buffer size.
This commit is contained in:
parent
82b8aaaeb6
commit
8a94ac25d5
1 changed files with 1 additions and 0 deletions
|
|
@ -1303,6 +1303,7 @@ prof_dump_write(bool propagate_err, const char *s) {
|
|||
prof_dump_buf_end += n;
|
||||
i += n;
|
||||
}
|
||||
assert(i == slen);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue