forked from Mirrors/privacore-open-source-search-engine
Removed explicit m_buf[0] from InjectionRequest
This commit is contained in:
@ -60,8 +60,7 @@ class InjectionRequest {
|
||||
int32_t size_content;
|
||||
int32_t size_metadata;
|
||||
|
||||
// serialized space for the ptr_* strings above
|
||||
char m_buf[0];
|
||||
// variable data begins here
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user