In the function void log_stream_delete(log_stream_t **s) @ lgs_stream.c, there is using strcpy()
in which the size of destination buffer (max: 256 bytes) is smaller than the size of the source buffer (max: 257 bytes).
strcpy((char *)objectName.value, stream->name);
If long DN is enabled/supported, logsv could get trouble.
Fixed in enhacement ticket [#1315] since OpenSAF 5.1 release.
Related
Tickets:
#1315