TCPServer: fixed ASAN code

This commit is contained in:
SChernykh
2023-09-03 17:13:22 +02:00
parent 0463901db7
commit 2584799415
3 changed files with 18 additions and 4 deletions
+2
View File
@@ -70,6 +70,8 @@ public:
void init_addr_string();
void asan_poison_this() const;
char* m_readBuf;
uint32_t m_readBufSize;