<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Ralph Giles wrote:
<blockquote cite="mid20051028185551.GA9730@ghostscript.com" type="cite">
  <blockquote type="cite">
    <pre wrap="">The small leak in my app is gone.
    </pre>
  </blockquote>
  <pre wrap=""><!---->Glad we found it.</pre>
  <blockquote type="cite">
    <pre wrap="">==2782== Invalid read of size 1
==2782==    at 0x1B94B0BD: PixelLineSearch (scan.c:1482)
    </pre>
  </blockquote>
  <pre wrap=""><!---->Yes, the scan stuff will definitely be input dependent. Good spotting, 
this is a real bug (inherited from the VP3 codebase, looks like). There 
are similar issues with some of the other search directions.

Has anyone else read this code? I'm a little unclear on why the bounds 
check it does do can just wrap the buffer. Obviously the bounds check 
needs to be fixed/augmented, but I'm not sure what it should in those 
cases.
  </pre>
</blockquote>
Back to work. Halloween is gone :)<br>
<br>
Any news about this problem...?<br>
<br>
I could provide my test app (with some changes to load yuv images) and
some yuv images if it helps...<br>
<br>
</body>
</html>