strncpy's third argument should be the length of the dest buffer, not the source.
commitd9bc96e497a000b8b431d849a2524d9f7f1ea552
authorJeremy Sowden <jeremy@azazel.net>
Fri, 12 Jul 2019 22:28:14 +0000 (12 23:28 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 6 Aug 2019 10:04:05 +0000 (6 11:04 +0100)
tree37c4ef2eb08f22c5f0981d4a3da70cad1faa5390
parenta7baed6cf702f56d4932c45b4111980130a02285
strncpy's third argument should be the length of the dest buffer, not the source.
src/event.c