elastic / ml-cpp

Machine learning C++ code
Other
7 stars 62 forks source link

[8.15][ML] Fix a few address sanitizer issues (#2738) #2746

Closed edsavage closed 1 month ago

edsavage commented 1 month ago

Fix a few issues picked up by the address sanitizer. These are mostly related to unit tests, including one that leads to an occasional crash on Windows - #2651, and also:

Backports #2738