Issue 30972 - problem with unitialised data
Summary: problem with unitialised data
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: philipp.lohmann
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks: 30874
  Show dependency tree
 
Reported: 2004-07-01 13:28 UTC by foskey
Modified: 2004-08-02 15:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description foskey 2004-07-01 13:28:03 UTC
vcl/source/gdi/salmisc.cxx

BitmapBuffer* StretchAndConvert( const BitmapBuffer& rSrcBuffer, const
SalTwoRect& rTwoRect, 
								 ULONG nDstBitmapFormat, BitmapPalette* pDstPal, ColorMask* pDstMask )
{
    FncGetPixel		pFncGetPixel;  // << NOT SET!
    FncSetPixel		pFncSetPixel;

/data/office/vcl/source/gdi/salmisc.cxx:327: warning: `BitmapColor
(*pFncGetPixel)(BYTE*, long int, const ColorMask&)' might be used uninitialized
in this function
Comment 1 philipp.lohmann 2004-07-01 17:07:20 UTC
.
Comment 2 philipp.lohmann 2004-07-06 10:09:50 UTC
fixed in CWS vcl24
Comment 3 philipp.lohmann 2004-07-08 19:28:04 UTC
verified in CWS vcl24
Comment 4 philipp.lohmann 2004-08-02 15:11:21 UTC
change is in 680m49

closing