Hello,
In several places in the code, Rast3d_fatal_error() is called in the following way:
Rast3d_fatal_error(map, NULL, 0, _("Error Message"));
Rast3d_fatal_error() simply passes the parameters to G_fatal_error().
Does anyone have any insight why this is being called this way? It does not make any sense to me and it is generating security errors in my repo.
--
Best Regards,
-Brad