[ 
https://issues.apache.org/jira/browse/ANY23-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13236623#comment-13236623
 ] 

Hudson commented on ANY23-58:
-----------------------------

Integrated in Any23-trunk #144 (See 
[https://builds.apache.org/job/Any23-trunk/144/])
    Fixed issue with loop while computing inclusions in HCardExtractor 
(ANY23-58).
Added regression test in HCardExtractorTest .
While fixing this issue another bug about extractor Issue reporting 
has been discovered and fixed (ANY23-62). (Revision 1304362)

     Result = UNSTABLE
mostarda : 
Files : 
* 
/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/ExtractionResultImpl.java
* 
/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/HCardExtractor.java
* 
/incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/ExtractionResultImplTest.java
* 
/incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/html/HCardExtractorTest.java
* 
/incubator/any23/trunk/core/src/test/resources/microformats/hcard/infinite-loop.html

                
> HCardExtractor infinite loop and memory exhaustion
> --------------------------------------------------
>
>                 Key: ANY23-58
>                 URL: https://issues.apache.org/jira/browse/ANY23-58
>             Project: Apache Any23
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: OpenJDK Runtime Environment (IcedTea6 1.11pre) 
> (6b23~pre11-0ubuntu1.11.10.2) on Ubuntu
>            Reporter: Hannes Mühleisen
>            Assignee: Michele Mostarda
>             Fix For: 0.8.0
>
>         Attachments: HCardFailTest.java, fail.html
>
>
> The HCardExtractor creates an infinite loop which will lead to memory 
> exhaustion in the method fixIncludes(), specifically in the line 
> node.appendChild(header.cloneNode(true)); on some HTML files. Attached is a 
> test case and an example HTML file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to