Repository: thrift
Updated Branches:
  refs/heads/master 8656670fe -> 8d377fa6b


THRIFT-4045 Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC to fix building with 
Address Sanitizer
Client: C++
Patch: Dawid Drechny <[email protected]>

This closes #1065
This closes #1169


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/8d377fa6
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/8d377fa6
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/8d377fa6

Branch: refs/heads/master
Commit: 8d377fa6befb6ef9fd2364b5cc2972406e2a92a3
Parents: 8656670
Author: James E. King, III <[email protected]>
Authored: Sat Jan 28 18:27:26 2017 -0500
Committer: James E. King, III <[email protected]>
Committed: Sat Jan 28 18:27:26 2017 -0500

----------------------------------------------------------------------
 configure.ac | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/8d377fa6/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 6415e3d..8a15ede 100755
--- a/configure.ac
+++ b/configure.ac
@@ -657,9 +657,7 @@ AC_CHECK_DECL([AI_ADDRCONFIG], [],
 
 AC_FUNC_ALLOCA
 AC_FUNC_FORK
-AC_FUNC_MALLOC
 AC_FUNC_MEMCMP
-AC_FUNC_REALLOC
 AC_FUNC_SELECT_ARGTYPES
 AC_FUNC_STAT
 AC_FUNC_STRERROR_R

Reply via email to