Branch: refs/heads/lzo2_safe Home: https://github.com/kronosnet/kronosnet Commit: 8f8c5f12f71873aac4cf36043aa822e8fbba3b58 https://github.com/kronosnet/kronosnet/commit/8f8c5f12f71873aac4cf36043aa822... 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