Blame SOURCES/cups-rastertoepson-crash.patch

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