<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/conversions, branch rfc4_dev</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>unitconvert with mjd time format: avoid potential integer overflow</title>
<updated>2020-01-13T17:09:38+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-01-13T17:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3f3af95e0a7f421c84617ce21a2bae1c01368397'/>
<id>3f3af95e0a7f421c84617ce21a2bae1c01368397</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20072
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20072
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify verbosity level of some debug/trace messages</title>
<updated>2019-12-25T09:45:20+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-25T09:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=90875d7616facf04a1836be833fb810142f3d8e1'/>
<id>90875d7616facf04a1836be833fb810142f3d8e1</id>
<content type='text'>
- unitconvert, ell_set and helmert were using debug level, which is
  too verbose. Using trace instead
- proj_trans() was using trace to indicate the operation it selects.
  Changing it to debug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- unitconvert, ell_set and helmert were using debug level, which is
  too verbose. Using trace instead
- proj_trans() was using trace to indicate the operation it selects.
  Changing it to debug
</pre>
</div>
</content>
</entry>
<entry>
<title>Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90dev happy (fixes #1648)</title>
<updated>2019-10-28T08:03:10+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-10-28T08:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4330f9fa4391b4d39c52c972c75327ed2ba6ce33'/>
<id>4330f9fa4391b4d39c52c972c75327ed2ba6ce33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete proj_math.h.  Replace includes by &lt;math.h&gt;; we'll see if anyone</title>
<updated>2019-09-18T20:29:35+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles.karney@sri.com</email>
</author>
<published>2019-09-18T20:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=aa215ceeaaf6e5120f0eb2d28887471a8d819f10'/>
<id>aa215ceeaaf6e5120f0eb2d28887471a8d819f10</id>
<content type='text'>
needs &lt;limits.h&gt;.  Update scripts/reference_exported_symbols.txt and
src/proj_symbol_rename.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needs &lt;limits.h&gt;.  Update scripts/reference_exported_symbols.txt and
src/proj_symbol_rename.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Inverse cart: better deal with x,y,z equal of very close to zero</title>
<updated>2019-04-19T12:21:42+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-04-19T12:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3ff04e06a2ba9d40ead861be0ebdb22af45eaa0d'/>
<id>3ff04e06a2ba9d40ead861be0ebdb22af45eaa0d</id>
<content type='text'>
In that case, for a non-spherical ellipsoid, a phi = 180deg was returned,
which caused a division by zero in the foward path of moll.cpp
Fixup the latitude to be 0 when that happens.

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14348
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In that case, for a non-spherical ellipsoid, a phi = 180deg was returned,
which caused a division by zero in the foward path of moll.cpp
Fixup the latitude to be 0 when that happens.

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14348
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1391 from kbevers/noop</title>
<updated>2019-04-02T07:59:37+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-04-02T07:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b8a62522b0eca6b4b806471cdff984a28ea1c8fe'/>
<id>b8a62522b0eca6b4b806471cdff984a28ea1c8fe</id>
<content type='text'>
Add no-op operation. It does nothing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add no-op operation. It does nothing.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1396 from rouault/ossfuzz_13947_13948</title>
<updated>2019-04-01T13:23:46+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@mines-paris.org</email>
</author>
<published>2019-04-01T13:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0fcfcd20688dbadf01df83fdeaa038346f45c163'/>
<id>0fcfcd20688dbadf01df83fdeaa038346f45c163</id>
<content type='text'>
Ossfuzz 13947 13948</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ossfuzz 13947 13948</pre>
</div>
</content>
</entry>
<entry>
<title>unitconvert: prevent division by zero</title>
<updated>2019-03-29T22:13:55+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-03-29T21:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=884da6cc0a2d9e85927fe30ba90d535db9d65317'/>
<id>884da6cc0a2d9e85927fe30ba90d535db9d65317</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13947
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13947
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate instances of  #include "proj_internal.h"</title>
<updated>2019-03-29T19:17:37+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>aklhfex@gmail.com</email>
</author>
<published>2019-03-29T19:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=095d2204f8bb05d172936aebbb1e9e44852c049f'/>
<id>095d2204f8bb05d172936aebbb1e9e44852c049f</id>
<content type='text'>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add no-op operation. It does nothing.</title>
<updated>2019-03-28T20:59:22+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-03-28T19:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3d670b859026218045cf972e4b38af9e3e9a3c6f'/>
<id>3d670b859026218045cf972e4b38af9e3e9a3c6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
