aboutsummaryrefslogtreecommitdiff
path: root/src/bin_cs2cs.cmake
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-04-19 23:47:39 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-04-20 09:19:41 +0200
commit8a31ed4036888ff2039919f8c998a90cb2143bc2 (patch)
tree25302c86a4161a2e11a076a9e3c9cb4bf8b418c7 /src/bin_cs2cs.cmake
parente1da8e5f6933bfb914dccb26a755a23b5ce9f36f (diff)
downloadPROJ-8a31ed4036888ff2039919f8c998a90cb2143bc2.tar.gz
PROJ-8a31ed4036888ff2039919f8c998a90cb2143bc2.zip
proj/cs2cs: validate value of -f parameter to avoid potential crashes (fixes #124)
Diffstat (limited to 'src/bin_cs2cs.cmake')
-rw-r--r--src/bin_cs2cs.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin_cs2cs.cmake b/src/bin_cs2cs.cmake
index 7ee26673..d2bb3b97 100644
--- a/src/bin_cs2cs.cmake
+++ b/src/bin_cs2cs.cmake
@@ -1,6 +1,7 @@
set(CS2CS_SRC
apps/cs2cs.cpp
apps/emess.cpp
+ apps/utils.cpp
)
source_group("Source Files\\Bin" FILES ${CS2CS_SRC})