This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
from 7548810 Merge pull request #483 from SYaoJun/0210_tidy
add 1b91666 BugFix: SIGABRT in quantiles_sketch::deserialize():
dereferencing empty std::optional (libc++ verbose_abort)
add ba2aa69 Added testcases
add f5fb9d9 Review comments
new 4f069a3 Merge pull request #478 from MaheshGPai/mahesh_pr
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/hardening.yml | 59 +++++++++
common/test/CMakeLists.txt | 45 ++++++-
common/test/deserialize_hardening_test.cpp | 188 ++++++++++++++++++++++++++++
kll/include/kll_sketch_impl.hpp | 37 +++---
quantiles/include/quantiles_sketch_impl.hpp | 37 +++---
req/include/req_sketch_impl.hpp | 37 +++---
sampling/include/ebpps_sample_impl.hpp | 25 ++--
7 files changed, 376 insertions(+), 52 deletions(-)
create mode 100644 .github/workflows/hardening.yml
create mode 100644 common/test/deserialize_hardening_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]