gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Petter Reinholdtsen
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2028-g95f1aa7
Date: Tue, 20 May 2014 18:34:27 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  95f1aa7ebdf6d916050d1630a8dee5c37e9029fb (commit)
      from  5771dd8f3e418308bed81ac65914fb73d8851e52 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=95f1aa7ebdf6d916050d1630a8dee5c37e9029fb


commit 95f1aa7ebdf6d916050d1630a8dee5c37e9029fb
Author: Petter Reinholdtsen <address@hidden>
Date:   Tue May 20 20:20:58 2014 +0200

    Make sure to initialize JpegInput::_jmpBuf to zero in constructor.
    
    Fixes Coverity CID 1149277.

diff --git a/libbase/GnashImageJpeg.cpp b/libbase/GnashImageJpeg.cpp
index 25ad0e3..e1b2a91 100644
--- a/libbase/GnashImageJpeg.cpp
+++ b/libbase/GnashImageJpeg.cpp
@@ -215,6 +215,7 @@ JpegInput::JpegInput(std::shared_ptr<IOChannel> in)
     :
     Input(in),
     _errorOccurred(0),
+    _jmpBuf(),
     _compressorOpened(false)
 {
     setup_jpeg_err(&m_jerr);

-----------------------------------------------------------------------

Summary of changes:
 libbase/GnashImageJpeg.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]