Skip to content

Instantly share code, notes, and snippets.

@hardening
Created April 26, 2022 21:05
Show Gist options
  • Save hardening/4e88c1a91ab1eebdc683853200435545 to your computer and use it in GitHub Desktop.
Save hardening/4e88c1a91ab1eebdc683853200435545 to your computer and use it in GitHub Desktop.
Starting program: C:\msys64\home\Administrateur\git\FreeRDP\output-x64\Testing\TestClient.exe TestClientRdpFile
[New Thread 2800.0x1360]
[New Thread 2800.0x1254]
warning: HEAP[TestClient.exe]:
warning: Invalid address specified to RtlFreeHeap( 0000016887610000, 00000168877A5D20 )
Thread 1 received signal SIGTRAP, Trace/breakpoint trap.
0x00007fff7d00828f in ntdll!RtlpNtMakeTemporaryKey () from C:\Windows\SYSTEM32\ntdll.dll
(gdb) bt
#0 0x00007fff7d00828f in ntdll!RtlpNtMakeTemporaryKey ()
from C:\Windows\SYSTEM32\ntdll.dll
#1 0x00007fff7cfc200f in ntdll!memset () from C:\Windows\SYSTEM32\ntdll.dll
#2 0x00007fff7d00711c in ntdll!RtlpNtMakeTemporaryKey ()
from C:\Windows\SYSTEM32\ntdll.dll
#3 0x00007fff7cf1a080 in ntdll!RtlGetCurrentServiceSessionId ()
from C:\Windows\SYSTEM32\ntdll.dll
#4 0x00007fff7cf1822e in ntdll!RtlFreeHeap ()
from C:\Windows\SYSTEM32\ntdll.dll
#5 0x00007fff7922b38b in ucrtbase!_free_base ()
from C:\Windows\System32\ucrtbase.dll
#6 0x00007fff66d256f7 in freerdp_settings_new ()
from C:\msys64\home\Administrateur\git\FreeRDP\output-x64\Testing\libfreerdp3.dll
#7 0x00007ff7db8f16e2 in TestClientRdpFile ()
#8 0x00007ff7db900a74 in main ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment