1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Server queries must be always acknowledged.

This commit is contained in:
Bartosz Taudul 2021-06-12 14:41:53 +02:00
parent 0a954fda87
commit 0168ab6535
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -3223,6 +3223,7 @@ void Profiler::HandleSymbolQuery( uint64_t symbol )
// but not readable. // but not readable.
if( !EnsureReadable( symbol ) ) if( !EnsureReadable( symbol ) )
{ {
AckServerQuery();
return; return;
} }
# endif # endif