commit | b8af1a6a4e4ff7243b5c80749f9dbb8b18e8a6ee | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Tue Jul 30 13:39:20 2019 -0500 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Wed Jul 31 11:48:18 2019 +0300 |
tree | 2b8109b06ea8875d08382b12583faa2c106a80b7 | |
parent | 25bca3cec4716bbc51604ca13662f31ecf5a1600 [diff] |
libc/minimal: fix reproducibility of gmtime struct tm has fields that were not being set by the implementation, causing the test to fail when the uninitialized values were compared with a static initialized result. Zero the structure before filling it. Closes #17794 Signed-off-by: Peter A. Bigot <pab@pabigot.com>