[GRASS-dev] [GRASS GIS] #3477: i.ortho.photo segmentation fault
GRASS GIS
trac at osgeo.org
Fri Jan 12 15:58:40 PST 2018
#3477: i.ortho.photo segmentation fault
--------------------------+---------------------------------
Reporter: lucadelu | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.4.0
Component: Imagery | Version: svn-releasebranch74
Resolution: | Keywords: i.ortho.photo
CPU: Unspecified | Platform: All
--------------------------+---------------------------------
Comment (by neteler):
Just guessing, maybe the buffer is too small and needs to be larger?
{{{
--- menu.c (revision 72067)
+++ menu.c (working copy)
@@ -35,7 +35,7 @@
char *desc_ortho_opt;
char *moduletorun;
const char *grname;
- char tosystem[99];
+ char tosystem[1024];
const char *to_system;
int err=0;
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3477#comment:2>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list