Branch: refs/heads/lzo2_safe Home: https://github.com/kronosnet/kronosnet Commit: a69e9db0b60a78cf85c0bc5d81077f6d50dd774d https://github.com/kronosnet/kronosnet/commit/a69e9db0b60a78cf85c0bc5d81077f... Author: Christine Caulfield ccaulfie@redhat.com Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths: M libknet/compress_lzo2.c
Log Message: ----------- 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 Caulfieldccaulfie@redhat.com
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications