Workaround 'potential non-terminated string' false positive in cordbscs
authorIvan Maidanski <ivmai@mail.ru>
Mon, 12 Nov 2018 08:12:09 +0000 (11:12 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 12 Nov 2018 17:45:19 +0000 (20:45 +0300)
commit06bd53fff8c91391e4adeeb78640eae00b7bbe09
treea7f06967f2cf446f4d731b8abddf9deeb2151e28
parent5260eb0d79231a2a0800a38a037d361d3502ab48
Workaround 'potential non-terminated string' false positive in cordbscs

* cordbscs.c [LINT2] (CORD_cat_char_star): Pass lenx+1 to memcpy()
instead of lenx; add comment.
cord/cordbscs.c