Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r.in.xyz: fix integer overflow #2847

Merged
merged 1 commit into from
Feb 22, 2023
Merged

Conversation

nilason
Copy link
Contributor

@nilason nilason commented Feb 21, 2023

Mirrors fix in 75cb8f6 (#2844)

Mirrors fix in 75cb8f6

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@gmail.com>
@nilason nilason added bug Something isn't working backport_needed C Related code is in C labels Feb 21, 2023
@nilason nilason added this to the 8.3.0 milestone Feb 21, 2023
@nilason nilason merged commit f4b5942 into OSGeo:main Feb 22, 2023
@nilason nilason deleted the r_in_xyz_fix-int-overflow branch February 22, 2023 10:00
nilason added a commit to nilason/grass that referenced this pull request Feb 22, 2023
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@gmail.com>
nilason added a commit to nilason/grass that referenced this pull request Feb 22, 2023
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@gmail.com>
landam pushed a commit that referenced this pull request Jun 6, 2023
* 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@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@gmail.com>
@landam landam modified the milestones: 8.3.0, 8.2.2 Jun 6, 2023
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
Mirrors fix in 75cb8f6

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@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working C Related code is in C
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants