You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Chris Darroch (JIRA)" <ji...@apache.org> on 2009/02/10 23:23:59 UTC

[jira] Updated: (ZOOKEEPER-309) core dump using zoo_get_acl()

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-309:
------------------------------------

        Fix Version/s: 3.2.0
                       3.1.0
    Affects Version/s: 3.0.1
               Status: Patch Available  (was: Open)

> core dump using zoo_get_acl() 
> ------------------------------
>
>                 Key: ZOOKEEPER-309
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-309
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.0.1
>            Reporter: Chris Darroch
>             Fix For: 3.1.0, 3.2.0
>
>         Attachments: zookeeper.c.patch
>
>
> The zookeeper_process() function incorrectly calls the c.acl_result member of the completion_list_t structure when handling the completion from a synchronous zoo_get_acl() request.  The c.acl_result member is set to SYNCHRONOUS_MARKER, which is a null pointer.
> The attached patch removes this call.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.