->max_alloc to krb5_storage and use it
This commit is contained in:
@@ -190,5 +190,6 @@ krb5_storage_emem(void)
|
||||
sp->seek = emem_seek;
|
||||
sp->trunc = emem_trunc;
|
||||
sp->free = emem_free;
|
||||
sp->max_alloc = UINT_MAX/8;
|
||||
return sp;
|
||||
}
|
||||
|
Reference in New Issue
Block a user