https://issues.apache.org/bugzilla/show_bug.cgi?id=54664

            Bug ID: 54664
           Summary: [1.1.27 branch] Poll.remove incorrectly reports
                    APR_SUCCESS instead of APR_NOTFOUND for socket without
                    poll
           Product: Tomcat Native
           Version: 1.1.27
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Library
          Assignee: dev@tomcat.apache.org
          Reporter: vlser...@gmail.com
    Classification: Unclassified

Considering the patch at Wed Nov 28 07:19:46 2012 UTC (3 months, 1 week ago) by
mturk
http://svn.apache.org/viewvc/tomcat/native/tags/TOMCAT_NATIVE_1_1_27/native/src/poll.c?r1=1413136&r2=1414560&diff_format=h

Patch was applied only to branch and not in trunk yet. But it has a bug
regarding Poll.remove() optimization. In case when socket is not linked to any
pollset, the result of remove() call should be APR_NOTFOUND, not APR_SUCCESS in
lines 262-263.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to