- fixed bug #357: buffer overflow in client control modul with long IED+LD names

pull/6/head
Michael Zillgith 10 years ago
parent 97e8bd8f81
commit 8c91a53ea9

@ -109,7 +109,7 @@ ControlObjectClient_create(const char* objectReference, IedConnection connection
/* request control model from server */
char domainId[65];
char itemId[65];
char itemId[129];
char* domainName = MmsMapping_getMmsDomainFromObjectReference(objectReference, domainId);

Loading…
Cancel
Save