Lines Matching refs:value
20 "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit
21 value. Results might not be an expected value.". Problem was
93 value when it is non-zero, instead of recomputing it. This is needed in
121 SMaxSampleValue when they have been read and the value of
215 better fix could be to check the return value of TIFFFlushData1() in
245 value overflow (no security implication). Fix bugzilla #2550.
286 when stripoffset is beyond tmsize_t max value (reported by
635 client_data is initialized to a known value, and to report an
763 Take care in using the return value from snprintf().
847 1024226 "Untrusted value as argument".
850 value as argument".
866 value from library".
867 (guessSize): Fix Coverity 1024888 "Unchecked return value from
870 (guessSize): Fix Coverity 1024889 "Unchecked return value from
877 (t2p_write_pdf): Fix Coverity 1227690 "Unused value".
883 (formatIPTC): Fix Coverity 1024727 "Truncated stdio return value".
893 * tools/bmp2tiff.c (main): Fix Coverity 1024225 "Untrusted value
895 (main): Fix Coverity 1024678 "Unchecked return value from
897 (main): Fix Coverity 1024679 "Unchecked return value from
917 (main): Quiet Coverity 1024223 "Untrusted value as argument".
993 * libtiff/tif_getimage.c: move test on vertical value of YCbCr subsampling.
1051 * libtiff/tif_read.c: fix several invalid comparisons of a uint64 value with
1196 * tools/tiffcrop.c: fix segfault if bad value passed to -Z option
1320 * test/raw_decode.c: Relax raw_decode's pixel-value checks so that
1395 * libtiff/tif_dirread.c: report error in case of mismatch value
1565 example for how to retreive the value of unsupported tags.
1831 TIFF compression scheme LZMA reserving a new value 34925 for
1987 to expected value as the warning message suggests. As per bug
1994 which should be set by value.
1998 This should be normal situation and returned NULL value should be
2018 previously set this field to some other value and the hook was
2129 file PAGENUMBER value in sequence for users who care the page
2189 when the tag count value is zero. Error handling is still a
2688 POSIX one. No apparent value to use of GlobalAlloc() in the modern
2923 are a multiple of vertical subsampling value.
2969 * tif_dirwrite.c: Write the tif_nextdiroff value instead of a fixed
3098 * configure.ac: Fix typo when substituting value for unsigned 8 bit type.
3131 check returned value.
3199 * tools/{tiffcp.c, tiffcrop.c}: Do not change RowsPerStrip value if
3267 * libtiff/tif_win32.c: Fixed problem with offset value manipulation
3730 should be uint32 value.
3972 * libtiff/tif_dir.c: When prefreeing tv->value in TIFFSetFieldV
3998 * libtiff/tif_dir.c: More improvements in the "pass by value" part of
4289 by value.
4471 * tools/tiffset.c: Convert character option to integer value as per
4726 * tools/tiffset.c: Check the malloc return value (Dmitry V. Levin).
5066 when setting custom tags by value. Reported by Eric Fieleke.
5146 store single SampleFormat value for multisampled images. See
5289 * libtiff/tif_dirread.c: Check field_passcount value before setting
5290 the value of undefined type, patch from Gerben Koopmans.
5714 * tools/tiffcp.c, man/tiffcp.1: Added possibility to specify value -1
5907 field value.
6073 fooled with the value.
6206 in Adobe XMP Technote. Added missing INKSET tag value from TIFF 6.0 spec
6209 INDEXED. Added PHOTOMETRIC tag value from TIFF technote 4 ICCLAB (=9).
6319 EXTRASAMPLE value isn't set for it. This changes the behaviour of
7121 * Corrected one remaining 16 -> 32 bit value in tif_fax3.c,