<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/core, branch v4.7.6</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.6</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.6'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-12-29T17:14:20Z</updated>
<entry>
<title>cleanup: Uninitialized scalar field</title>
<updated>2017-12-29T17:14:20Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=13305e77451ecae0d3d1803b85b4a27e7084dd7b'/>
<id>urn:sha1:13305e77451ecae0d3d1803b85b4a27e7084dd7b</id>
<content type='text'>
CID 208303

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>cleanup: Unchecked return value from library</title>
<updated>2017-12-29T17:14:20Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T21:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dc714e582f591d26ef08004fbe904b4868462d73'/>
<id>urn:sha1:dc714e582f591d26ef08004fbe904b4868462d73</id>
<content type='text'>
CID 60227

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Planner notes: don't omit deco stops with rapid ascent rates</title>
<updated>2017-12-29T03:11:31Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2017-12-29T00:50:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=34236e3c84acd76ecb26a8abb4e10ccada4636ff'/>
<id>urn:sha1:34236e3c84acd76ecb26a8abb4e10ccada4636ff</id>
<content type='text'>
This fixes a bug where if the user entered very high ascent (or less commonly
descent) rates such that the time to ascend (or descend) from one level to the
next was less than 10s, that leg would be skipped in the dive plan notes.

Reported-by: Alexander Maier &lt;maieralex@me.com&gt;
Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
</content>
</entry>
<entry>
<title>cleanup: correct signature and declare extern</title>
<updated>2017-12-28T16:30:25Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T10:26:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eabba1f07165ce0dc1204b4f0ec2c6ef9fd7a1ab'/>
<id>urn:sha1:eabba1f07165ce0dc1204b4f0ec2c6ef9fd7a1ab</id>
<content type='text'>
clear_vpmb_state() was declared with incorrect signature, and all
functios in this change are extern, so declare them as such.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Cleanup: Uninitialized scalar field</title>
<updated>2017-12-28T16:30:25Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-12-28T08:49:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=34c3818bd7283e5ea902adc80fc5f28890a83d90'/>
<id>urn:sha1:34c3818bd7283e5ea902adc80fc5f28890a83d90</id>
<content type='text'>
CID 208315

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Cleanup: avoid dereferencing NULL pointer</title>
<updated>2017-12-28T06:13:31Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-28T06:11:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6cc5b601aa36a7ede89ab13274cb334aa92f5cf7'/>
<id>urn:sha1:6cc5b601aa36a7ede89ab13274cb334aa92f5cf7</id>
<content type='text'>
Coverity CID 208330
Coverity CID 208301

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Cleanup: avoid uninitialized members</title>
<updated>2017-12-28T06:02:12Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-28T06:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e8719413a7962f737938a59ce54637352fb282f4'/>
<id>urn:sha1:e8719413a7962f737938a59ce54637352fb282f4</id>
<content type='text'>
This is basically to make Coverity happy.

Coverity CID 208300

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Cleanup: avoid potentially uninitialized members</title>
<updated>2017-12-28T01:24:12Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-28T01:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=db434702be51e913e7757af14ed3808ebecb81e1'/>
<id>urn:sha1:db434702be51e913e7757af14ed3808ebecb81e1</id>
<content type='text'>
Realistically this is a false positive as we should never use a second
BTDiscovery instance - but there's nothing wrong with being extra certain.

Coverity CID 208319

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Cleanup: avoid memory leak</title>
<updated>2017-12-28T01:17:31Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-28T01:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=84d7d80451afa2671486804dfccd6eb8e8125a11'/>
<id>urn:sha1:84d7d80451afa2671486804dfccd6eb8e8125a11</id>
<content type='text'>
Coverity CID 45078

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Cleanup: avoid memory leak</title>
<updated>2017-12-28T01:14:43Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-12-28T01:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ecd8580de9fc290a407207487994d0a0cf1ab7c2'/>
<id>urn:sha1:ecd8580de9fc290a407207487994d0a0cf1ab7c2</id>
<content type='text'>
Coverity CID 45121
Coverity CID 45163

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
