HDFGroup / hdf4

Official HDF4 Library Repository
Other
14 stars 24 forks source link

Fixed segfault in DF24getimage #577

Closed bmribler closed 6 months ago

bmribler commented 6 months ago

When jpeg_start_decompress failed, the JPEG library exit with failure, causing a crash in user's application.

Overrided the JPEG routine error_exit to return an error code instead, and prevent the segfault.

Fixed GH-295