Kaydet (Commit) ca57260f authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Michael Stahl

valgrind: jump or move depends on uninitialised value

Change-Id: I02e507f4b7d78efacc5b735ca24adb83633749b9
(cherry picked from commit dcbef55a)
Reviewed-on: https://gerrit.libreoffice.org/20479Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 67296835
...@@ -148,8 +148,8 @@ using namespace OpenStormBento; ...@@ -148,8 +148,8 @@ using namespace OpenStormBento;
{ {
SvStream * pDecompressed = NULL; SvStream * pDecompressed = NULL;
sal_uInt32 nTag;
pStream->Seek(0x10); pStream->Seek(0x10);
sal_uInt32 nTag(0);
pStream->ReadUInt32( nTag ); pStream->ReadUInt32( nTag );
if (nTag != 0x3750574c) // "LWP7" if (nTag != 0x3750574c) // "LWP7"
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment