mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
878 stars 468 forks source link

Invalid use ObjectReference #149

Closed alikovvl closed 5 years ago

alikovvl commented 5 years ago

8.1.3.2 ObjectReference The IEC 61850-7-2 ObjectReference maps to a variable length MMS visible-string. The maximum size of the visible-string shall be 129 octets.

char daRef[129]; sprintf(daRef, "%s.%s", doRef, daName);

The array must be 130 bytes due to the presence of a terminating zero.

mzillgith commented 5 years ago

I guess you mean the code in iec61850_client_example2