mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
Consume all TPKT data reading new/upgrade license
This commit is contained in:
@@ -1245,6 +1245,9 @@ BOOL license_read_new_or_upgrade_license_packet(rdpLicense* license, wStream* s)
|
||||
goto out_free_blob;
|
||||
}
|
||||
|
||||
if (!Stream_SafeSeek(s, 16))
|
||||
goto out_free_blob;
|
||||
|
||||
licenseStream = Stream_New(calBlob->data, calBlob->length);
|
||||
if (!licenseStream)
|
||||
goto out_free_blob;
|
||||
|
||||
Reference in New Issue
Block a user