Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pstore: do not use message compression without lock
pstore_compress() uses static stream buffer for zlib-deflate which easily crashes when several concurrent threads use one shared state. Signed-off-by: Konstantin Khlebnikov <[email protected]> Signed-off-by: Tony Luck <[email protected]>
- Loading branch information