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.