[GRASS-dev] [GRASS-SVN] r67132 - grass/trunk/vector/v.out.lidar

HI Vaclav,

On Mon, Dec 14, 2015 at 10:06 PM, <svn_grass@osgeo.org> wrote:

Author: wenzeslaus
Date: 2015-12-14 13:06:41 -0800 (Mon, 14 Dec 2015)
New Revision: 67132

Modified:
   grass/trunk/vector/v.out.lidar/main.c
Log:
v.out.lidar: handle the error state of potential caller error

This fixes Coverity CID 1341810 if it understands G_fatal_error.

Do you want me to compile + upload it for the result (no big deal for me)?

Or, if we want "automagic", then we need to integrate Coverity with
Travis-CI (see my other email).

Markus

On Mon, Dec 14, 2015 at 4:11 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Mon, Dec 14, 2015 at 10:06 PM, <svn_grass@osgeo.org> wrote:
> Author: wenzeslaus
> Date: 2015-12-14 13:06:41 -0800 (Mon, 14 Dec 2015)
> New Revision: 67132
>
> Modified:
> grass/trunk/vector/v.out.lidar/main.c
> Log:
> v.out.lidar: handle the error state of potential caller error
>
> This fixes Coverity CID 1341810 if it understands G_fatal_error.

Do you want me to compile + upload it for the result (no big deal for me)?

Probably no, thanks. I will do some more changes and hopefully more
(Coverity-unrelated) changes in the next days.

Or, if we want "automagic", then we need to integrate Coverity with
Travis-CI (see my other email).

Oh yes, this would be good.