Blame SOURCES/cups-rastertoepson-crash.patch

c25abc
diff --git a/filter/rastertoepson.c b/filter/rastertoepson.c
c25abc
index 4efe669..e8fe0c6 100644
c25abc
--- a/filter/rastertoepson.c
c25abc
+++ b/filter/rastertoepson.c
c25abc
@@ -307,7 +307,7 @@ StartPage(
c25abc
 
c25abc
   if (DotBytes)
c25abc
   {
c25abc
-    if ((LineBuffers[0] = calloc((size_t)DotBytes, header->cupsWidth * (size_t)(Shingling + 1))) == NULL)
c25abc
+    if ((LineBuffers[0] = calloc((size_t)DotBytes, (header->cupsWidth + 7) * (size_t)(Shingling + 1))) == NULL)
c25abc
     {
c25abc
       fputs("ERROR: Unable to allocate memory\n", stderr);
c25abc
       exit(1);