Increased the maximum size of edata2 in Kerberos 5 TGS-REP etype 23

This commit is contained in:
Michael Sprecher
2018-09-12 12:25:02 +02:00
parent c8dbcf9366
commit 1892b842d7
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ typedef struct krb5tgs
{
u32 account_info[512];
u32 checksum[4];
u32 edata2[2560];
u32 edata2[5120];
u32 edata2_len;
} krb5tgs_t;