mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
eap-radius: Increase buffer for accounting attributes to maximum attribute size
Fixes #624.
This commit is contained in:
parent
cd6b2af33e
commit
fc8ca5f2f2
@ -210,7 +210,7 @@ static void add_ike_sa_parameters(private_eap_radius_accounting_t *this,
|
||||
{
|
||||
enumerator_t *enumerator;
|
||||
host_t *vip, *host;
|
||||
char buf[128];
|
||||
char buf[MAX_RADIUS_ATTRIBUTE_SIZE + 1];
|
||||
chunk_t data;
|
||||
u_int32_t value;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user