diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-17 17:53:13 +0000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-09-17 17:53:13 +0000 |
| commit | d2ba2915ede37b18c891d433d07bb147afe40925 (patch) | |
| tree | 12a6754f5a53122d038c7e0165b7047dcdb7a9d2 /test | |
| parent | ae6f1a1760e8393b673b6e63600c4842f4fde261 (diff) | |
| download | PROJ-d2ba2915ede37b18c891d433d07bb147afe40925.tar.gz PROJ-d2ba2915ede37b18c891d433d07bb147afe40925.zip | |
eqdc: avoid potential division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17190
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/builtins.gie | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie index df19efb6..3397090c 100644 --- a/test/gie/builtins.gie +++ b/test/gie/builtins.gie @@ -1321,6 +1321,9 @@ expect failure errno lat_larger_than_90 operation +proj=eqdc +R=6400000 +lat_2=91 expect failure errno lat_larger_than_90 +operation +proj=eqdc +R=1 +lat_1=1e-9 +expect failure errno conic_lat_equal + =============================================================================== Euler Conic, Sph |
