Device.IEEE1905.AL.NetworkTopology.IEEE1905Device.{i}.BridgingTuple.{i}.InterfaceList: Increase buffer size

This commit is contained in:
Amin Ben Ramdhane 2022-04-27 13:05:44 +01:00
parent 755437ebe8
commit b6b51138b6

View file

@ -1523,7 +1523,7 @@ static int get_IEEE1905ALNetworkTopologyIEEE1905DeviceBridgingTuple_InterfaceLis
{
json_object *json_obj = NULL;
char *mac_addr = NULL;
char buf[256] = {0};
char buf[4096] = {0};
unsigned pos = 0;
int idx = 0;