options: Fix buffer over read in fio_keyword_replace
authorPhilippe Antoine <contact@catenacyber.fr>
Tue, 5 Jan 2021 12:00:13 +0000 (13:00 +0100)
committerPhilippe Antoine <contact@catenacyber.fr>
Mon, 11 Jan 2021 10:33:08 +0000 (11:33 +0100)
commit331534286f964be035c3dbefac01f25d5aaaccef
treee0930f51d13a2f76a4a74169a00cca768341becb
parent1857e6b259fec189376c9d37a97239402502e5c1
options: Fix buffer over read in fio_keyword_replace

By making sure allocated memory is filled with zeroes

Signed-off-by: Philippe Antoine <contact@catenacyber.fr>
options.c