[GRASS-git] [OSGeo/grass] d675f4: r.in.pdal and r.in.xyz: manual backport of #2844 a...
Nicklas Larsson
noreply at github.com
Tue Jun 6 01:04:43 PDT 2023
Branch: refs/heads/releasebranch_8_2
Home: https://github.com/OSGeo/grass
Commit: d675f4820a50f2174d32a33c28f64e0d1df4ad9b
https://github.com/OSGeo/grass/commit/d675f4820a50f2174d32a33c28f64e0d1df4ad9b
Author: Nicklas Larsson <n_larsson at yahoo.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M raster/r.in.pdal/point_binning.c
M raster/r.in.xyz/support.c
Log Message:
-----------
r.in.pdal and r.in.xyz: manual backport of #2844 and #2847 (8.2) (#2850)
* r.in.pdal: fix integer overflow (manual backport of #2844)
Address integer overflow in call to Rast_set_null_value()
by instead looping over rows and set rows to NULL.
Solution by:
Co-authored-by: Markus Metz <markus.metz.giswork at gmail.com>
* r.in.xyz: fix integer overflow (manual backport of #2847)
Address integer overflow in call to Rast_set_null_value()
by instead looping over rows and set rows to NULL.
Solution by:
Co-authored-by: Markus Metz <markus.metz.giswork at gmail.com>
More information about the grass-commit
mailing list