mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-15 02:36:08 -04:00
Fix valgrind error of reading uninitialized bytes (struct padding)
This commit is contained in:
@ -77,7 +77,7 @@ struct HttpCacheData {
|
||||
|
||||
char *ptr_reply;
|
||||
int32_t size_reply;
|
||||
};
|
||||
} __attribute__((packed));
|
||||
|
||||
void resetMsg13Caches ( ) {
|
||||
s_httpCacheRobots.reset();
|
||||
|
Reference in New Issue
Block a user