Package: libtiff-tools Version: 4.7.0-3+deb13u1
Change the working directory to /tmp. Now create a TIFF file, e.g.,
cp -a /usr/share/doc/python3-reportlab/tests/test-cross.tiff example.tiff
or
wget --quiet https://www.debian.org/logos/openlogo-75.png convert openlogo-75.png example.tiff
Try the following command line:
tiffset -s 320 9 0 32768 65535 0 32768 65535 0 32768 65535 example.tiff
zsh: segmentation fault tiffset -s 320 9 0 32768 65535 0 32768 65535 0 32768 65535 example.tiff I'd expect that instead of segfaulting, tiffset tells the user what's wrong with the options on the command line, if anything at all, or what goes wrong otherwise.

