Lines Matching refs:read
70 access are null terminated, to avoid potential read outside buffer
94 TIFF_STRIPCHOP mode where td_nstrips is modified. Fixes a read outsize of
121 SMaxSampleValue when they have been read and the value of
127 allocated with just one), thus causing a out of bound read access.
139 * tools/tiffinfo.c: fix out-of-bound read on some tiled images.
143 error and make upper level read routines treat it accordingly.
148 * tools/tiffcrop.c: fix out-of-bound read of up to 3 bytes in
168 * tools/tiff2pdf.c: fix read -largely- outsize of buffer in
176 * tools/tiffcp.c: fix read of undefined variable in case of missing
178 * tools/tiffcrop.c: fix read of undefined buffer in
191 read floating point images.
284 * libtiff/tif_read.c: Fix out-of-bounds read on
459 read attempts
852 read".
854 read".
856 read".
858 read".
860 read".
869 (guessSize): Fix Coverity 1214162 "Ignoring number of bytes read".
899 (main): Fix Coverity 1214160 "Ignoring number of bytes read".
921 (get_histogram): Quiet Coverity 1024386 "Out-of-bounds read".
998 * libtiff/tif_next.c: add new tests to check that we don't read outside of
1080 * tools/thumbnail.c, tools/tiffcmp.c: only read/write TIFFTAG_GROUP3OPTIONS
1122 * libtiff/tif_dirread.c: TIFFReadDirectory(): refuse to read ColorMap or
1123 TransferFunction if BitsPerSample has not yet been read, otherwise reading
1152 * tools/thumbnail.c, tools/tiffcrop.c: "fix" heap read over-run found with
1194 and avoid passing a NULL pointer to read() if seek() failed before (bug #2459)
1449 * libtiff/tif_packbits.c: fix read past end of data buffer.
1500 * tools/tiffinfo.c: Do not try to read image data in EXIF directories.
1642 * libtiff/tif_ojpeg.c: plug leaks on OJPEG read failure path
1754 * configure.ac, configure: Added support for --enable-chunky-strip-read
1796 * libtiff/tif_read.c: larger read ahead for CHUNKY_STRIP_READ_SUPPORT,
2191 rather than returning a hard error and refusing to read the file.
2201 read in chunks for applications using TIFFReadScanline().
2318 do_fancy_upsampling=FALSE in order to read raw data. Resolves
2834 marked dirty on read, but only when something is changed. This
2849 in mixed read/write mode and doing a mixture of writing followed by
2888 predictor based encoding and decoding works in read-write update
3285 encoding and decoding on the same read-write TIFF handle. The LZW
3424 buffer for alpha strile and filled it, only to never read it back.
3634 * libtiff/tif_print.c: Properly read TIFFTAG_PAGENUMBER,
3846 tiffio.h}: Preliminary support to read custom directories. New
3852 More work to implement custom directory read support.
4115 * libtiff/tif_dir.c: Use _TIFFsetString() function when read custom
4144 * tools/ppm2tiff.c: Fixed format string when read PPM file header with
4247 * libtiff/tif_open.c: Do not read header in case the output file
4417 * libtiff/tif_jpeg.c: Added ability to read/write the fax specific
4457 * tools/tiffdump.c: Fixed problem when read broken TIFFs with the
4534 read/open/close/lseek functions to fix the
4686 * tools/tiff2ps.c: Fixed wrong variable data type when read Position
4707 * tools/tiff2ps.c: Fixed wrong variable data type when read Resolution
4963 * libtiff/tif_dirread.c: Don't reject to read tags of the
5842 LZWSetupDecode(). Needed to read LZW files in "r+" mode.
6154 for correct handling of unconfigured codecs (we should not try to read
6171 replaced by warnings. Now libtiff should read corrupted LZW-compressed
6244 read broken TIFFs with LONG type used for TIFFTAG_COMPRESSION,
6471 * libtiff/tif_open.c: Seek back to zero after failed read,