[GRASS-dev] Re: [GRASS GIS] #735: r.in.wms causes g.parser buffer owerflow

GRASS GIS trac at osgeo.org
Tue Aug 25 15:34:32 EDT 2009


#735: r.in.wms causes g.parser buffer owerflow
---------------------+------------------------------------------------------
  Reporter:  marisn  |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect  |      Status:  new                      
  Priority:  normal  |   Milestone:  6.5.0                    
 Component:  Raster  |     Version:  svn-develbranch6         
Resolution:          |    Keywords:                           
  Platform:  Linux   |         Cpu:  Unspecified              
---------------------+------------------------------------------------------
Comment (by hamish):

 from grass65/scripts/r.in.wms/wms.request:

 {{{
   g.message "Requesting ${NUMBER_OF_TILES} tiles."
   if [ "$NUMBER_OF_TILES" -gt 200 ] ; then
      g.message -w "Proceed with care. This number of tiles may exceed \
        the maximum command line argument length available from your \
        operating system and cause an error later on in the r.in.gdalwarp \
        step. In addition it may be considered abusive behavior by the \
        server provider - check their terms of use."
   fi
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/735#comment:2>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list