On Tue, Apr 10, 2018 at 2:43 PM, Ben Peart <Ben.Peart@xxxxxxxxxxxxx> wrote: > This is a trivial bug fix for passing the incorrect size to snprintf() when > outputing the version. It should be passing the size of the destination buffer s/outputing/outputting/ > rather than the size of the value being printed. > > Signed-off-by: Ben Peart <benpeart@xxxxxxxxxxxxx>