For example, in function ReadTransparentPngData I have found such code:
HPDF_UINT i,j; ....... for(; i >= 0; i--)//infinite loop
The problem occurs not only in this function.
Log in to post a comment.