Segmentation fault for EXTRASAMPLES
Bug #1643071 reported by
Lyuba
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tiff (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
1) Ubuntu 16.04.1 LTS
2) libtiff5-dev
3) Reading a tiff (RGB, 32 bits per pixel), the tiff has "extra samples" tag. The next code should return number of extra samples:
uint16 m;
TIFFGetField(tif, TIFFTAG_
4) The above code gives "Segmentation fault" when reading this tag exactly, other tags can be read.
An old 3.x version didn't have this issue, verified with the same file.
To post a comment you must log in.