]> diplodocus.org Git - nmh/commitdiff
Replaced use of snprintf() with memcpy()/memmove().
authorDavid Levine <levinedl@acm.org>
Sun, 10 May 2020 15:20:04 +0000 (11:20 -0400)
committerDavid Levine <levinedl@acm.org>
Sun, 10 May 2020 15:20:04 +0000 (11:20 -0400)
gcc 10 noticed overlap of source and destination in snprintf() args.


No differences found