You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2017/01/31 21:08:51 UTC

[jira] (THRIFT-4045) Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC to fix building with Address Sanitizer

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

James E. King, III commented on THRIFT-4045:
--------------------------------------------

This fix causes the following warnings when using the bootstrap.sh script:

{noformat}
jking@jking-dvm51-buildenv-2:~/thrift/github/thrift$ ./bootstrap.sh
configure.ac: warning: missing AC_FUNC_MALLOC wanted by: lib/cpp/src/thrift/TOutput.cpp:62
configure.ac: warning: missing AC_FUNC_REALLOC wanted by: lib/cpp/src/thrift/server/TNonblockingServer.cpp:729
{noformat}

I think it's harmless, and autoconf is deprecated anyway, so I think I'll leave it be.

> Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC to fix building with Address Sanitizer
> --------------------------------------------------------------------------------
>
>                 Key: THRIFT-4045
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4045
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.10.0
>            Reporter: James E. King, III
>            Assignee: James E. King, III
>            Priority: Trivial
>             Fix For: 0.11.0
>
>
> Created for https://github.com/apache/thrift/pull/1065



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)