Branch: refs/heads/misc-bugfixes Home: https://github.com/kronosnet/kronosnet Commit: 18b371c7a23f40dc4fd6ce1498f3b2d4028d1f93 https://github.com/kronosnet/kronosnet/commit/18b371c7a23f40dc4fd6ce1498f3b2... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths: M libknet/tests/int_decompress_bufsize.c
Log Message: ----------- [tests] fix compress2 pointer type for ARM compatibility
Change compressed_size from size_t to uLongf to match compress2() API. On ARM platforms, size_t and uLongf are incompatible types.
Fixes: d88d3151 ("libknet: add decompression buffer size validation") Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications