Copied from Debian. --- libwmf-0.2.8.4.orig/src/extra/gd/gd_clip.c +++ libwmf-0.2.8.4/src/extra/gd/gd_clip.c @@ -70,6 +70,7 @@ { more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle)); if (more == 0) return; im->clip->max += 8; + im->clip->list = more; } im->clip->list[im->clip->count] = (*rect); im->clip->count++; lass='logo' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/size.scm
AgeCommit message (Expand)Author
2017-04-07size: Add test to multiple 'store-profile' arguments....Ludovic Courtès
2016-05-24size: 'store-profile' takes a list of store items....Ludovic Courtès
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2015-07-12tests: Adjust tests for new bootstrap Guile....Ludovic Courtès
2015-06-18Add 'guix size'....Ludovic Courtès