Fix sanitizer warning

This commit is contained in:
Piotr Wójcik 2025-06-22 19:22:38 +02:00
commit 43d39d7db6

View file

@ -38,7 +38,7 @@ public:
}
db_val (std::nullptr_t) noexcept :
span_view{}
span_view{ reinterpret_cast<uint8_t const *> (""), 0 } // Use empty string literal to provide valid pointer for zero-size memcpy
{
}