Skip to content

Commit

Permalink
Update UFAL C++ Utils to 3.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Sep 8, 2023
1 parent a2232fd commit fab7fb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/utils/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 3.5.3 [8 Sep 2023]
--------------------------
- Add explicit initialization to silence false positive valgrind
report in compressor_save.cpp.


Version 3.5.2 [07 Sep 2022]
---------------------------
- Fix warning on clang in compressor_save.cpp.
Expand Down
2 changes: 2 additions & 0 deletions src/utils/compressor_save.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ void MatchFinder_Construct(CMatchFinder *p)
p->bufferBase = 0;
p->directInput = 0;
p->hash = 0;
p->hashSizeSum = 0;
p->numSons = 0;
MatchFinder_SetDefaultSettings(p);

for (i = 0; i < 256; i++)
Expand Down

0 comments on commit fab7fb1

Please sign in to comment.