Bug 2850 - use of allocated memory without null pointer check
: use of allocated memory without null pointer check
Status: RESOLVED LATER
: libtiff
default
: unspecified
: PC All
: P2 normal
: ---
Assigned To:
:
:
: migrated_to_gitlab
:
:
  Show dependency treegraph
 
Reported: 2019-03-26 09:40 by
Modified: 2019-10-01 14:21 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2019-03-26 09:40:10
In contrib/addtiffo/tif_overview.c line 307;
In contrib/dbs/tiff-bi.c line 59;
In contrib/dbs/tiff-bi.c line 103;
In contrib/dbs/tiff-palette.c line 82,83,84;
In contrib/iptcutil/iptcutil.c line 493,494;
In tools/tiffset.c line 341;

In these lines, memory is allocated and then without null pointer check, it is
used.
------- Comment #1 From 2019-10-01 14:21:40 -------
Bugzilla is no longer used for tracking libtiff issues. Remaining open tickets,
such as this one, have been migrated to the libtiff GitLab instance at
https://gitlab.com/libtiff/libtiff/issues .

The migrated tickets have their summary prefixed with [BZ#XXXX] where XXXX is
the initial Bugzilla issue number.