| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/randlm/files/ |
Upload File : |
--- src/RandLM/BloomMap.cpp.orig 2017-03-07 00:13:58 UTC
+++ src/RandLM/BloomMap.cpp
@@ -272,7 +272,7 @@ namespace randlm {
bool BloomMap::computePaths() {
// determine the path lengths based on distribution for codes of each type
- assert(stats_counters_ && root_ == NULL && max_code_ > 0);
+ assert(stats_counters_ && root_ == NULL && max_code_ != NULL);
code_to_leaf_ = new uint64_t*[num_events_];
code_to_path_len_ = new int*[num_events_];
code_to_bound_ = new int*[num_events_];