-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TIFF/tif_print.c:282: suspicious for loop ? #35
Comments
Thanks. Clearly an error. Dates back to the original source. But it is not clear to me what the proper fix is. Is cp a pointer to a list of chars that contains possibly many |
Still broken nearly four years later. |
I know nothing, (next to nothing?), about TIFF. Searching for libtiff.c I found many versions, some with the above bug. One that is very similar to the above but with a fix is
and another at https://android.googlesource.com/platform/external/free-image/+/71163caf89862f79f6419077cf6f0b18b7725d52/Source/LibTIFF/tif_print.c starting at line 342 that is also very similar and an extra line at the end
Github has a very large number of libtiff repositories. One that struck me as undergoing active development is
I wonder if the simplest fix above fixes your issue? |
I am wondering why this project wants to copy out of date source code. Perhaps linking to the latest version would be a better idea ? |
TIFF/tif_print.c:282:30: warning: variable 'i' used in loop condition not modified in loop body [-Wfor-loop-analysis]
Source code is
The text was updated successfully, but these errors were encountered: