Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 3126d924b48db93501b7eafb2cc1bf0a60363af9
https://github.com/kronosnet/kronosnet/commit/3126d924b48db93501b7eafb2cc1b…
Author: Christine Caulfield <ccaulfie(a)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 Caulfield<ccaulfie(a)redhat.com>
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications