Fixes #1122 where json_spirit could stack overflow because there

was no maximum limit set on the number of nested compound elements.
This commit is contained in:
Simon
2016-08-26 23:35:45 -07:00
parent 8b139c2441
commit df3af446e7
3 changed files with 24 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ bin_PROGRAMS += zcash-gtest
zcash_gtest_SOURCES = \
gtest/main.cpp \
gtest/json_test_vectors.cpp \
gtest/test_jsonspirit.cpp \
gtest/test_tautology.cpp \
gtest/test_checktransaction.cpp \
gtest/test_equihash.cpp \