• Brian Fox's avatar
    (doprnt): Use a fixed buffer to store the format · 03383aaf
    Brian Fox authored
    specification, but only if we are sure it will fit.  Otherwise,
    use alloca () to get enouhg space.  Don't allow negative size
    specifications to core dump; instead, treat them as positive
    ("%-20d" == "%20d").
    03383aaf
doprnt.c 5.4 KB