HomeClusterLabs Projects

compress: use lzo1x_decompress_safe

This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

compress: use lzo1x_decompress_safe

lzo1x_decompress() can SEGV if bad data is passed to it.
lzo1x_decompress_safe() is slower but ... safer.

Issue #435

Signed-off-by: Christine Caulfield<ccaulfie@redhat.com>

Details

Provenance
chrissie-cAuthored on Mar 20 2025, 6:41 AM

Commit No Longer Exists

This commit no longer exists in the repository.