Truncate strjoin arguments if > DATA_MAX_NAME_LEN
authorJohn Conroy <john.conroy@interoptechnologies.com>
Wed, 13 Jul 2016 21:03:11 +0000 (17:03 -0400)
committerJohn Conroy <john.conroy@interoptechnologies.com>
Mon, 12 Sep 2016 18:34:26 +0000 (14:34 -0400)
If strjoin() runs out of buffer space when joining strings, use the
remainder of available space rather than skipping additional strings

Reworked return() to avoid extra strlen() call


No differences found