--- poppler-0.35.0-mem/splash/Splash.cc- 2015-07-14 18:03:07.000000000 -0400 +++ poppler-0.35.0-mem/splash/Splash.cc 2015-08-19 03:59:12.692417974 -0400 @@ -3208,6 +3208,9 @@ ((SplashCoord)y + 0.5 - section[i].yb0) * section[i].dxdyb, glyphMode); + if (xa < 0) { + xa = 0; + } // make sure narrow images cover at least one pixel if (xa == xb) { ++xb;