<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Heap corruption when decoding a jpeg image in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904502#M13218</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Did you try to reproduce that issue with uic_transcoder_con application?&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Feb 2009 20:07:08 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2009-02-16T20:07:08Z</dc:date>
    <item>
      <title>Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904500#M13216</link>
      <description>&lt;P&gt;I am using following code todecode a jpegimage. At the end of the function call, the image is decoded successfully. However, when execution returns from the function, I get an error saying that heap is corrupted. I am using Visual C++ 2008. I tried to isolate the problem and found that heap corruptionoccurs when ImageDataOrder's destructor is called (as in dataOrder.~ImageDataOrder()). I guess, this would happen at the end of the function call.&lt;BR /&gt;&lt;BR /&gt;void Decode(unsigned char* data, int len)&lt;BR /&gt;{&lt;BR /&gt;&lt;BR /&gt;int err;&lt;BR /&gt;CMemBuffInput streamIn;&lt;BR /&gt;ExcStatus status;&lt;BR /&gt;&lt;BR /&gt;JPEGDecoder _dec;&lt;BR /&gt;if(ExcStatusOk != _dec.Init())&lt;BR /&gt;throw "";&lt;BR /&gt;&lt;BR /&gt;if(JPEG_OK != streamIn.Open(data, len))&lt;BR /&gt;throw "";&lt;BR /&gt;&lt;BR /&gt;if (_dec.AttachStream(streamIn) != ExcStatusOk)&lt;BR /&gt;throw "";&lt;BR /&gt;&lt;BR /&gt;ImageColorSpec colorSpec;&lt;BR /&gt;ImageSamplingGeometry geometry;&lt;BR /&gt;if(ExcStatusOk != _dec.ReadHeader(colorSpec,geometry))&lt;BR /&gt;throw "";&lt;BR /&gt;&lt;BR /&gt;ImageDataOrder dataOrder;&lt;BR /&gt;int numOfComponents = geometry.NOfComponents();&lt;BR /&gt;&lt;BR /&gt;if(colorSpec.DataRange()-&amp;gt;BitDepth() + 1 &amp;lt;= 8)&lt;BR /&gt;dataOrder.SetDataType(T8u);&lt;BR /&gt;else&lt;BR /&gt;dataOrder.SetDataType(T16u);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dataOrder.ReAlloc(Interleaved, numOfComponents);&lt;BR /&gt;&lt;BR /&gt;dataOrder.PixelStep()[0] = numOfComponents;&lt;BR /&gt;dataOrder.LineStep() [0] = AlignStep(&lt;BR /&gt;geometry.RefGridRect().Width() * numOfComponents);&lt;BR /&gt;geometry.SetEnumSampling(S444);&lt;BR /&gt;&lt;BR /&gt;Image imageCn;&lt;BR /&gt;&lt;BR /&gt;imageCn.Buffer().ReAlloc(dataOrder, geometry);&lt;BR /&gt;imageCn.ColorSpec().ReAlloc(numOfComponents);&lt;BR /&gt;imageCn.ColorSpec().SetColorSpecMethod(Enumerated);&lt;BR /&gt;imageCn.ColorSpec().SetComponentToColorMap(Direct);&lt;BR /&gt;int i;&lt;BR /&gt;for(i = 0; i &amp;lt; numOfComponents; i++)&lt;BR /&gt;{&lt;BR /&gt;if(colorSpec.DataRange()-&amp;gt;BitDepth() + 1 &amp;lt;= 8)&lt;BR /&gt;imageCn.ColorSpec().DataRange()&lt;I&gt;.SetAsRange8u(255);&lt;BR /&gt;else&lt;BR /&gt;imageCn.ColorSpec().DataRange()&lt;I&gt;.SetAsRange16u(1 &amp;lt;&amp;lt;&lt;BR /&gt;colorSpec.DataRange()-&amp;gt;BitDepth());&lt;BR /&gt;}&lt;BR /&gt;imageCn.ColorSpec().SetEnumColorSpace(RGB);&lt;BR /&gt;status = _dec.SetParams(imageCn.ColorSpec(),&lt;BR /&gt;imageCn.Buffer().BufferFormat().SamplingGeometry());&lt;BR /&gt;if(ExcStatusOk != status)&lt;BR /&gt;throw "";&lt;BR /&gt;&lt;BR /&gt;status = _dec.SetParams(imageCn.ColorSpec(),imageCn.Buffer().BufferFormat().SamplingGeometry());&lt;BR /&gt;if(ExcStatusOk != status)throw "";&lt;BR /&gt;&lt;BR /&gt;status = _dec.ReadData(imageCn.Buffer().DataPtr(),dataOrder);&lt;BR /&gt;if(ExcStatusOk != status)throw "";&lt;BR /&gt;&lt;BR /&gt;// use the decoded image&lt;BR /&gt;}&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Feb 2009 20:21:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904500#M13216</guid>
      <dc:creator>riarhhs</dc:creator>
      <dc:date>2009-02-14T20:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904501#M13217</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Is there a problem with my question or nobody knows the answer? :-)</description>
      <pubDate>Mon, 16 Feb 2009 15:52:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904501#M13217</guid>
      <dc:creator>riarhhs</dc:creator>
      <dc:date>2009-02-16T15:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904502#M13218</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Did you try to reproduce that issue with uic_transcoder_con application?&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Feb 2009 20:07:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904502#M13218</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-02-16T20:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904503#M13219</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Did you try to reproduce that issue with uic_transcoder_con application?&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The uic_transcoder_con causes the exact same problem. In this case, the error pops up when ittries to return from the method ReadImageJPEG in jpeg.cpp.</description>
      <pubDate>Tue, 17 Feb 2009 14:46:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904503#M13219</guid>
      <dc:creator>riarhhs</dc:creator>
      <dc:date>2009-02-17T14:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904504#M13220</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Could you please attach the image which cause the issue? We just test on arbitrary JPEG file with the latest IPP 6.0 update 1 and were not able to reproduce the issue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Tue, 17 Feb 2009 19:01:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904504#M13220</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-02-17T19:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904505#M13221</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Could you please attach the image which cause the issue? We just test on arbitrary JPEG file with the latest IPP 6.0 update 1 and were not able to reproduce the issue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I am also running IPP 6.0 update 1. Are you running the debug or release? It does not seem to happen in the release mode (I guess no heap checks for release versions). I need to find a way to send you the jpeg data as it is a byte array I get from a camera. I ma prety sure it is a valid jpeg image as I amable to decode it using the .NET Bitmapclass. &lt;BR /&gt;&lt;BR /&gt;If I run my MFC program in debug mode, I am able to reproduce the problem by just running following function:&lt;BR /&gt;&lt;BR /&gt;void IntelJpegCodec::Test()&lt;BR /&gt;{&lt;BR /&gt;ImageDataOrder dataOrder;&lt;BR /&gt;dataOrder.ReAlloc(Interleaved, 1);&lt;BR /&gt;dataOrder.~ImageDataOrder();&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;3rd line causes the error I mentioned originally. The function _CrtCheckMemory returns TRUE after 2nd line, meaning that before the 3rd line heap is OK. I guess that means that something is done inside the destructor to cause the problem.</description>
      <pubDate>Wed, 18 Feb 2009 02:38:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904505#M13221</guid>
      <dc:creator>riarhhs</dc:creator>
      <dc:date>2009-02-18T02:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904506#M13222</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Just to be on one board with this, what is the sample package file name (it include number of build so we can identify what version of samples you use with IPP 6.0 update 1)&lt;BR /&gt;&lt;BR /&gt;Vladimir</description>
      <pubDate>Wed, 18 Feb 2009 11:13:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904506#M13222</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-02-18T11:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904507#M13223</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Just to be on one board with this, what is the sample package file name (it include number of build so we can identify what version of samples you use with IPP 6.0 update 1)&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;It is w_ipp-samples_p_6.0.0.127&lt;BR /&gt;&lt;BR /&gt;The IPP folder is C:Program FilesIntelIPP6.0.1.070ia32&lt;BR /&gt;&lt;BR /&gt;Do I have wrong samples? I could not find any other version on your site.</description>
      <pubDate>Thu, 19 Feb 2009 03:54:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904507#M13223</guid>
      <dc:creator>riarhhs</dc:creator>
      <dc:date>2009-02-19T03:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904508#M13224</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Could someone please let me know if there is a problem with files I have?</description>
      <pubDate>Fri, 20 Feb 2009 02:05:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904508#M13224</guid>
      <dc:creator>riarhhs</dc:creator>
      <dc:date>2009-02-20T02:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904509#M13225</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
You are using correct version of files. We are trying to reproduce your issue, please stay tuned.&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2009 16:45:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904509#M13225</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-02-20T16:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904510#M13226</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;You are using correct version of files. We are trying to reproduce your issue, please stay tuned.&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;No news yet?</description>
      <pubDate>Tue, 24 Feb 2009 00:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904510#M13226</guid>
      <dc:creator>riarhhs</dc:creator>
      <dc:date>2009-02-24T00:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904511#M13227</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;We were not able to reproduce the issue. Could you please attach complete MSVC project, we may need to check project settings, may be there is some mismatch between CRT variants&lt;BR /&gt;&lt;BR /&gt;Vladimir</description>
      <pubDate>Tue, 24 Feb 2009 15:54:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904511#M13227</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-02-24T15:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904512#M13228</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;We were not able to reproduce the issue. Could you please attach complete MSVC project, we may need to check project settings, may be there is some mismatch between CRT variants&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The attached VS 2008 project causes the problem if compiled in debug mode. Just run it in debug mode and press Test button on the form. The zip file is called IppTest.zip. Thanks.</description>
      <pubDate>Mon, 02 Mar 2009 22:58:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904512#M13228</guid>
      <dc:creator>riarhhs</dc:creator>
      <dc:date>2009-03-02T22:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904513#M13229</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I do not see your attachment. Please check 'How to attach files to this forum' post (it is one of the most top messages on forum)&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2009 08:57:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904513#M13229</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-03-03T08:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904514#M13230</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I do not see your attachment. Please check 'How to attach files to this forum' post (it is one of the most top messages on forum)&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Is this problem solved ? I have exactly same problem in 64 bits system in release mode.</description>
      <pubDate>Wed, 05 Aug 2009 14:30:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904514#M13230</guid>
      <dc:creator>fanguts</dc:creator>
      <dc:date>2009-08-05T14:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Heap corruption when decoding a jpeg image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904515#M13231</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I'm not sure if exactly this issue was solved as we did not get reproducable test case. But there was an issue with similar sympthoms which we plan to fix in the nearest IPP 6.1 update 2 (sometime in Q4'09)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Thu, 06 Aug 2009 17:09:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Heap-corruption-when-decoding-a-jpeg-image/m-p/904515#M13231</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-08-06T17:09:57Z</dc:date>
    </item>
  </channel>
</rss>

