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

Change #265259

Category gcoreutils
Changed by Pádraig Brady <Pohnoyoudont@draigBrady.com>
Changed at Thu 23 Apr 2026 14:58:46
Repository git://git.savannah.gnu.org/coreutils.git
Project gcoreutils
Branch master
Revision 4bf753a80154d6c518d9858ea4423cba40168470

Comments

dd: avoid recursive parsing of multipliers
* src/dd.c (parse_integer): Use iterative rather than recursive parsing,
to avoid potential stack overflow.
* tests/dd/bytes.sh: Add a test case.
https://github.com/coreutils/coreutils/issues/254

Changed files