Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-2.17] Fix UBSAN error in the Enumeration CPP API #4363

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Backport 02e6408 from #4357.

davisp and others added 2 commits September 18, 2023 13:54
Apparently one of our many build chains decided that faking a default parameter for a `tiledb_datatype_t` is undefined behavior, which, fair enough. The fix should be to just use a std::optional instead.

---
TYPE: BUG
DESC: Fix UBSAN error in the Enumeration CPP API

(cherry picked from commit 02e6408)
* Compilation fix for GCC 9.4 of Ubuntu 20.04

* Update type.h: GCC <5 is no longer supported
@ihnorton ihnorton merged commit a82801b into release-2.17 Sep 20, 2023
55 checks passed
@ihnorton ihnorton deleted the backport-4357-to-release-2.17 branch September 20, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants