From b39c7c4c45abe97730db4db7e67ab20c19fba2b7 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 20 Sep 2011 19:13:45 -0700 Subject: rt: Increase the tolerance of the vector range sanity check --- src/rt/rust_cc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_cc.cpp') diff --git a/src/rt/rust_cc.cpp b/src/rt/rust_cc.cpp index 87b9f62e106..fc075f29a30 100644 --- a/src/rt/rust_cc.cpp +++ b/src/rt/rust_cc.cpp @@ -71,7 +71,7 @@ class irc : public shape::data { return; // There can't be any outbound pointers from this. std::pair data_range(get_vec_data_range(dp)); - if (data_range.second - data_range.first > 10000) + if (data_range.second - data_range.first > 100000) abort(); // FIXME: Temporary sanity check. irc sub(*this, data_range.first); -- cgit 1.4.1-3-g733a5