aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2013-01-23 13:19:58 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-23 13:37:02 -0800
commit4982389ca762ef4831fc095f00e65e8c7b4bfc1a (patch)
treebf63050672beaadf79038d9a0701df885b636859 /.gitignore
parent413b9026dd01e81cf804db27f8b0c06c48e833e2 (diff)
downloadsubsurface-4982389ca762ef4831fc095f00e65e8c7b4bfc1a.tar.gz
Fix setting of the dive_table.preexisting logic
The 'preexisting' value is used for downloading dives: we want to add new dives but, but then compare those new dives against the preexisting ones before we start sorting things and possibly merging them. However, the value was only updated sporadically, resulting in it having stale information in it. Which would cause problems particularly if you deleted dives, so that the preexisting value would point past the actual existing values! So just update it unconditionally in dive_list_update_dives(), which anything that changes the dive list is supposed to call in order to display the changes anyway. Also, just for safety, when removing a dive, put NULL in the last dive table location. Nobody should ever access past the end anyway (this is enforced by 'get_dive()') but there are places that access the dive list table directly, and the libdivecomputer download was one of those. No reason to leave stale dive pointers possibly around for uses like that. Reported-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions