Skip to content

Fixed issue with non-terminated ASCII arrays where the last character is overwritten (fixes #579)

For non-terminated ASCII arrays, the buffer is first enlarged before a NULL is set at the end to avoid deleting the last character. Fixes #579 (closed). Some editorials in tif_dir.c.

Merge request reports