Skip to content

Fix: different encoding results when compiled with different GCC versions.

Hongtao Wang requested to merge wanght99/ECM:FIX-VALGRIND-ERRORS into master

Difference encoding results were observed for QP27 of Cactus in randomaccess when compiled with different GCC versions. This MR fixed the issue by adding initializers for variables related to Valgrind errors.

Merge request reports