mecab icon indicating copy to clipboard operation
mecab copied to clipboard

Fix stringop-truncation warnings

Open m8mble opened this issue 4 years ago • 0 comments

Identified by modern gcc.

Issued on invocations of strncpy that could result in C-strings which are not null-terminated. Fixed by copying fewer chars.

m8mble avatar May 22 '20 08:05 m8mble