coverity#707832 Uninitialized scalar field
Change-Id: I49220146ea83b04371d80f94dbf1405b0a7aea9d
This commit is contained in:
@@ -570,9 +570,14 @@ CCIDecompressor::CCIDecompressor( sal_uLong nOpts, sal_uInt32 nImageWidth ) :
|
|||||||
bStatus ( false ),
|
bStatus ( false ),
|
||||||
pByteSwap ( NULL ),
|
pByteSwap ( NULL ),
|
||||||
pIStream ( NULL ),
|
pIStream ( NULL ),
|
||||||
|
nEOLCount ( 0 ),
|
||||||
nWidth ( nImageWidth ),
|
nWidth ( nImageWidth ),
|
||||||
nOptions ( nOpts ),
|
nOptions ( nOpts ),
|
||||||
pLastLine ( NULL )
|
bFirstEOL ( false ),
|
||||||
|
nInputBitsBuf( 0 ),
|
||||||
|
nInputBitsBufSize( 0 ),
|
||||||
|
pLastLine ( NULL ),
|
||||||
|
nLastLineSize( 0 )
|
||||||
{
|
{
|
||||||
if ( nOpts & CCI_OPTION_INVERSEBITORDER )
|
if ( nOpts & CCI_OPTION_INVERSEBITORDER )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user