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-2045-gcf3f33a
Date: Thu, 22 May 2014 06:56:11 +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  cf3f33ac6a59017e8536fc670887373db8b9020f (commit)
      from  fc8d5f744421cb8c17bde2093f902c536a963e75 (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=cf3f33ac6a59017e8536fc670887373db8b9020f


commit cf3f33ac6a59017e8536fc670887373db8b9020f
Author: Petter Reinholdtsen <address@hidden>
Date:   Thu May 22 08:53:43 2014 +0200

    Initialize Renderer_ogl members _width and _height to zero.
    
    Make sure they always have well known values.  Fixes Coverity CID
    1215196.

diff --git a/librender/opengl/Renderer_ogl.cpp 
b/librender/opengl/Renderer_ogl.cpp
index 1885920..3770373 100644
--- a/librender/opengl/Renderer_ogl.cpp
+++ b/librender/opengl/Renderer_ogl.cpp
@@ -703,6 +703,8 @@ public:
   Renderer_ogl()
     : _xscale(1.0),
       _yscale(1.0),
+      _width(0.0),
+      _height(0.0),
       _drawing_mask(false)
   {
   }

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

Summary of changes:
 librender/opengl/Renderer_ogl.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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