diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-03-06 16:16:10 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-06 16:16:10 -0800 |
commit | 211ff0e63b604e06a7ae98bf0693715bbf426e64 (patch) | |
tree | f29ccc3dcb85f939507c452857f4bdf4159eb614 /save-git.c | |
parent | 8ab1fa398364577f1f3fe4a30f1a60c13801d347 (diff) | |
download | subsurface-211ff0e63b604e06a7ae98bf0693715bbf426e64.tar.gz |
Fix theoretical uninitialized read
We should never read cur_pr[cyl] if cyl isn't used during a dive - but for
cylinders that are used cur_pr[cyl] is initialized. But just to catch
errors elsewhere, let's not leave cur_pr[cyl] uninitialized.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'save-git.c')
0 files changed, 0 insertions, 0 deletions