nasa-gibs / onearth

High-performance web services for tiled raster imagery and vector tiles
Apache License 2.0
178 stars 47 forks source link

Added `#include <string.h>` to RGBApng2Palpng.c #161

Closed grabermtw closed 3 years ago

grabermtw commented 3 years ago

Adding #include <string.h> fixes the segmentation fault previously encountered when running RGBApng2Palpng.c in CentOS 8.

mcechini commented 3 years ago

Should this merge into master or the 1.4.0 branch?

jtroberts commented 3 years ago

Either branch is fine. They're currently the same.

mcechini commented 3 years ago

The updates for RGBA2Pal checked out

mcechini commented 3 years ago

I think Alex is going to test the oe_configure_layer.py stuff before we approve to merge.