147N/A--- IlmImf/ImfPxr24Compressor.cpp 2006-08-08 17:22:39.000000000 -0700
147N/A+++ IlmImf/ImfPxr24Compressor.cpp 2011-02-15 10:02:21.249206726 -0800
147N/A+ if (static_cast<unsigned int>(maxScanLineSize) > static_cast<unsigned int>(INT_MAX) / static_cast<unsigned int>(numScanLines))
147N/A--- IlmImf/ImfRleCompressor.cpp 2006-10-13 20:06:39.000000000 -0700
147N/A+++ IlmImf/ImfRleCompressor.cpp 2011-02-15 10:04:37.515213450 -0800
147N/A #include <ImfRleCompressor.h>
147N/A--- IlmImf/ImfZipCompressor.cpp 2006-10-13 20:07:17.000000000 -0700
147N/A+++ IlmImf/ImfZipCompressor.cpp 2011-02-15 10:06:55.097529328 -0800
147N/A #include <ImfZipCompressor.h>
147N/A+ if (static_cast<unsigned int>(maxScanLineSize) > static_cast<unsigned int>(INT_MAX) / static_cast<unsigned int>(numScanLines))
147N/A--- IlmImf/ImfPreviewImage.cpp 2006-06-05 22:58:16.000000000 -0700
147N/A+++ IlmImf/ImfPreviewImage.cpp 2011-02-15 10:10:00.946063574 -0800
147N/A #include <ImfPreviewImage.h>
147N/A+ if ((_height && (_width > (UINT_MAX / _height))) || ((_width * _height) > (UINT_MAX / sizeof(PreviewRgba))))
147N/A--- IlmImf/ImfPizCompressor.cpp 2007-09-20 21:17:46.000000000 -0700
147N/A+++ IlmImf/ImfPizCompressor.cpp 2011-02-15 10:10:24.179648473 -0800
147N/A #include <ImfAutoArray.h>
147N/A _channels (hdr.channels()),