Copied from Fedora. http://pkgs.fedoraproject.org/cgit/libwmf.git/tree/libwmf-0.2.8.4-CVE-2015-4696.patch --- libwmf-0.2.8.4/src/player/meta.h +++ libwmf-0.2.8.4/src/player/meta.h @@ -2585,6 +2585,8 @@ polyrect.BR[i] = clip->rects[i].BR; } + if (FR->region_clip) FR->region_clip (API,&polyrect); + wmf_free (API,polyrect.TL); wmf_free (API,polyrect.BR); } @@ -2593,9 +2595,10 @@ polyrect.BR = 0; polyrect.count = 0; + + if (FR->region_clip) FR->region_clip (API,&polyrect); } - if (FR->region_clip) FR->region_clip (API,&polyrect); return (changed); } d='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/herd.scm
AgeCommit message (Expand)Author
2019-06-02herd: Use the Guile 2.2 'setvbuf' API....Ludovic Courtès
2019-01-17services: herd: Allow to pass arguments to start-service....Mathieu Othacehe
2018-09-26guix system: Load all services on reconfigure, not just stopped ones....Carlo Zancanaro
2018-07-13services: mcron: Add 'schedule' action....Ludovic Courtès
2018-01-21services: herd: 'with-shepherd' no longer leaves an open connection....Ludovic Courtès
2017-08-23services: herd: Actions return a list of results....Ludovic Courtès
2017-08-08services: herd: Add a stop-service procedure....Christopher Baines
2017-08-08services: herd: Fix matching ok responses from shepherd service....Christopher Baines
2017-05-03services: herd: Make %shepherd-socket-file a parameter and export it....Mathieu Othacehe