Zeroing is not necessary, snprintf() always null-terminates in this case
authorAlexis Christoforides <alexis@thenull.net>
Mon, 7 Oct 2019 20:59:52 +0000 (16:59 -0400)
committerLarry Ewing <lewing@microsoft.com>
Tue, 8 Oct 2019 02:04:47 +0000 (21:04 -0500)
commit322d8f1438e5897149954a31091c5950d7030c0f
tree0233ab52a10bc75f6aecc3fabd0f98bc9be394d2
parent66b064e7b768f6729ca1b905e313497fe569bc9d
Zeroing is not necessary, snprintf() always null-terminates in this case

Commit migrated from https://github.com/mono/mono/commit/b18d52bf1cb9832d89802cfc6dbb2ec373f8099e
src/mono/mono/utils/mono-state.c