Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #264712

Category gcoreutils
Changed by Pádraig Brady <Pohnoyoudont@draigBrady.com>
Changed at Thu 16 Apr 2026 21:40:34
Repository git://git.savannah.gnu.org/coreutils.git
Project gcoreutils
Branch master
Revision 852c056889bb39207af3c8af80eeefd2e98b29f3

Comments

cksum: fix --length validation on 32 bit platforms
Fix an unreleased issue due to the recent change
to using idx_t in commit v9.10-91-g02983e493

* src/cksum.c (main): Limit the possible return to
the range supported by idx_t.
Reported by Bruno Haible.

Changed files