]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: initialize struct adjtime members
authorSami Kerola <kerolasa@iki.fi>
Sun, 17 Jul 2016 12:25:40 +0000 (13:25 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sat, 4 Feb 2017 23:39:37 +0000 (23:39 +0000)
commita8775f4e7f3f7153120bba1f78211400f45b68c4
tree090fb05ddd013f114e8ac1dc86a23d09abacbeef
parent710684e81d12520101f88e4be219d7d9914902a6
hwclock: initialize struct adjtime members

Avoid any chance of using uninitialized values.  It looks like the earlier
code did take care of that, but it was less obvious about the fact.

Reviewed-by: J William Piggott <elseifthen@gmx.com>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/hwclock.c