]> git.ipfire.org Git - thirdparty/qemu.git/commit
mc146818rtc: rtc_set_time(): initialize tm to zeroes
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Mon, 6 Nov 2023 15:00:27 +0000 (15:00 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Nov 2023 15:00:27 +0000 (15:00 +0000)
commit394bca2fa443cd1c1c3dad931fcce4fa96f88941
tree4015f3e073c791481126b9ecca9d4da9d696e66a
parent2e12dd405c6607b4f4566d4a93b79422213ba6a3
mc146818rtc: rtc_set_time(): initialize tm to zeroes

set_time() function doesn't set all the fields, so it's better to
initialize tm structure. And Coverity will be happier about it.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Maksim Davydov <davydov-max@yandex-team.ru>
Message-id: 20231017125941.810461-4-vsementsov@yandex-team.ru
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/rtc/mc146818rtc.c