From 5f79ceef5e4091e4003474ba740339953bf08bfb Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 30 Sep 2020 14:34:45 -0700 Subject: Update libdivecomputer to fix Garmin GPS recording The Garmin Descent parser had a bug that would re-use possibly stale GPS locations between dives (and in theory other data fields too, although in practice I think only GPS data was ever leaked between dives). This updates libdivecomputer to a fixed version. Reported-by: @brysconsulting Link: https://github.com/subsurface/subsurface/issues/2980 Signed-off-by: Linus Torvalds --- libdivecomputer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdivecomputer b/libdivecomputer index d52dfb002..0ebd5d387 160000 --- a/libdivecomputer +++ b/libdivecomputer @@ -1 +1 @@ -Subproject commit d52dfb002d40e70cf77c76bc175c8e1401af8357 +Subproject commit 0ebd5d3879854206cd1cf0272e6c357004b33727 -- cgit v1.2.3-70-g09d2