[GSD-11554] Crash issue due to refcount error with clang compiler
Open
Type: Bug
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 300
- PR merge metrics
- No merged PRs in 30d
Description
bool AbstractBuffersPool::isPoolBuffer(const BufferParentType *buffer) const {
static_assert(std::is_base_of_v);
return (buffer && this->mainStorage.get() == buffer); // for clang compiler, unique_ptr is assigned nullptr firstly
}
Contributor guide
Assessment
This issue has not been assessed yet.