From 87223540e63f6da7ea085c1379deacc23b6ba5dc Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 7 Dec 2017 09:16:25 +0000 Subject: Some more overflow checks --- src/debug.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/debug.cpp') diff --git a/src/debug.cpp b/src/debug.cpp index 4e57e3e..a4d2562 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -40,6 +40,7 @@ bool is_quiet_mode() { return debug_quiet; }; bool is_issue(uint issue) { return issue == debug_issue; }; bool is_legacy_mode() { return debug_legacy; }; + /* Helper function to make sure gsl allocations do their job because gsl_matrix_alloc does not initiatize values (behaviour that changed -- cgit v1.2.3