aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-vfprintf-width-prec.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-25vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer1-0/+107
Free a previously allocated work buffer if it is not large enough.