Public bug reported:
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_EXTRASAMPLES, &m);
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.
** Affects: tiff (Ubuntu)
Importance: Undecided
Status: New
** Attachment added: "LUC 1.tif"
https://bugs.launchpad.net/bugs/1643071/+attachment/4779604/+files/LUC%201.tif
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to tiff in Ubuntu.
https://bugs.launchpad.net/bugs/1643071
Title:
Segmentation fault for EXTRASAMPLES
Status in tiff package in Ubuntu:
New
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_EXTRASAMPLES, &m);
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tiff/+bug/1643071/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp