You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been fixed in upstream rapidjson in this commit about 2 years ago. Unfortunately cereal bundles its own version of rapidjson directly in the repo rather than relying on upstream or using a submodule, and what’s more, the bundled version appears to be customized for cereal, meaning it’s not a simple copy-and-paste PR to the cereal project.
The text was updated successfully, but these errors were encountered:
* Fix stack use-after-free in CSV test
* Handle empty data case in Eigen matrix deserialisation
* Avoid using invalid references in group-by tests
* Add sanitizer support and sanitized CI targets
* Add sanitizer suppression for #382
The error is reported as:
Here is a CI job that shows this error.
This issue has been fixed in upstream rapidjson in this commit about 2 years ago. Unfortunately cereal bundles its own version of rapidjson directly in the repo rather than relying on upstream or using a submodule, and what’s more, the bundled version appears to be customized for cereal, meaning it’s not a simple copy-and-paste PR to the cereal project.
The text was updated successfully, but these errors were encountered: