Martin Kromm

Results 2 issues of Martin Kromm

I have seen the following code snippers in the alsz-ot-snd/rcv.cpp implementation: `assert(CheckConsistency(&check_queue, check_chan)); //CheckConsistency(&check_queue, check_chan);` `//assert(CheckConsistency(&check_queue, check_chan)); //CheckConsistency(&check_queue, check_chan);` Especially the first definition seems very dangerous (since come compilers like...

- Fixed the parallelization bug #23 which prevents possible parallelization due to the introduced mutex. Now the mutex is also protected using __thread but since it is implementation dependent the...