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

GdalRaster allows null transform #425

Open
jpswinski opened this issue Aug 16, 2024 · 1 comment
Open

GdalRaster allows null transform #425

jpswinski opened this issue Aug 16, 2024 · 1 comment

Comments

@jpswinski
Copy link
Member

In GdalRaster::createTransform, if the transform fails to be created, the code will continue to run and subsequent calls to the GdalRaster will cause a segfault when the null transf variable is access.

This occurred when running the parquet_sampler.lua selftest and the pgc wkt files were not installed.

@elidwa
Copy link
Contributor

elidwa commented Nov 1, 2024

fixed on main in 28abc1d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants