Closed Bug 550188 Opened 14 years ago Closed 14 years ago

read_tag_lutType reads lut->num_input_table_entries just to annoy coverity

Categories

(Core :: Graphics: Color Management, defect)

x86
All
defect
Not set
minor

Tracking

()

VERIFIED FIXED

People

(Reporter: timeless, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: coverity)

370  	static struct lutType *read_tag_lutType(struct mem_source *src, struct tag_index index, uint32_t tag_id)

401  		lut = malloc(sizeof(struct lutType) + (clut_size + num_input_table_entries + num_output_table_entries)*sizeof(uint8_t));

417  		//TODO: finish up
418  		for (i = 0; i < lut->num_input_table_entries; i++) {
419  		}

While this function isn't done, could it please not annoy coverity? :(
http://hg.mozilla.org/mozilla-central/rev/e28e617a4e7f
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.