Skip Menu |

This queue is for tickets about the IO-Compress CPAN distribution.

Report information
The Basics
Id: 105414
Status: resolved
Priority: 0/
Queue: IO-Compress

People
Owner: Nobody in particular
Requestors: JHI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.068
Fixed in: 2.069



Subject: Coverity finding: Unused value
While running Coverity for Perl code: inflate.c: 1490 1491 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; 1492 state = (struct inflate_state FAR *)strm->state; CID 102123: Unused value (UNUSED_VALUE) assigned_value: Assigning value from !subvert to state->sane here, but that stored value is overwritten before it can be used. 1493 state->sane = !subvert;