You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Kent R. Spillner (JIRA)" <ji...@apache.org> on 2018/07/03 20:42:00 UTC

[jira] [Created] (ZOOKEEPER-3079) Fix unsafe use of sprintf(3) for creating IP address strings

Kent R. Spillner created ZOOKEEPER-3079:
-------------------------------------------

             Summary: Fix unsafe use of sprintf(3) for creating IP address strings
                 Key: ZOOKEEPER-3079
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3079
             Project: ZooKeeper
          Issue Type: Bug
          Components: c client
    Affects Versions: 3.5.4
            Reporter: Kent R. Spillner


The function format_endpoint_info in zookeeper.c causes compiler errors when building with GCC 8 due to a potentially unsafe use of sprintf(3).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)