From: David Levine Date: Sun, 10 May 2020 15:20:04 +0000 (-0400) Subject: Replaced use of snprintf() with memcpy()/memmove(). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/86d4dcea853d7e37ff2615b793e3cb5dce7e3af0?hp=86d4dcea853d7e37ff2615b793e3cb5dce7e3af0 Replaced use of snprintf() with memcpy()/memmove(). gcc 10 noticed overlap of source and destination in snprintf() args. ---