apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store

Home Page:https://apple.github.io/foundationdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UBSAN error in fdbclient/BlobGranuleFiles.cpp

sfc-gh-jshim opened this issue · comments

Code location and commit hash:

StringRef deltaPtrs[deltaPtrsVector.size()];

Trace snippet: fdbclient/BlobGranuleFiles.cpp:2521:22: runtime error: variable length array bound evaluates to non-positive value 0

Suggested fix: #9205