Branch: refs/heads/main 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
Commit: d4b7286e47ee0a2df4f366a525b37eda7aff42fb https://github.com/kronosnet/kronosnet/commit/d4b7286e47ee0a2df4f366a525b37e... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths: M libknet/compress_lzo2.c
Log Message: ----------- Merge pull request #437 from kronosnet/lzo2_safe
compress: use lzo1x_decompress_safe
Compare: https://github.com/kronosnet/kronosnet/compare/3ecd475cb02c...d4b7286e47ee
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications