-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence some complaints from valgrind
Without this, valgrind is effectively useless in many cases, as it floods with messages about zio writes trying to read uninited buffers, and about the old LZ4 compressor doing the same. It'd be nice to fix the logic that involves doing that if possible, but for now, this at least reduces it to a small handful of messages beyond whatever new code you're introducing. Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
- Loading branch information
1 parent
1282274
commit a40df00
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters