Nux

Coverity PW.PARAMETER_HIDDEN - CID 10652

Bug #937586 reported by Product Strategy Coverity Bug Uploader
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Nux
Status tracked in 4.0
2.0
Fix Committed
Undecided
Unassigned
4.0
Fix Released
Medium
Unassigned
Unity
Fix Released
Undecided
Unassigned
nux (Ubuntu)
Fix Released
Undecided
Unassigned
Declined for Precise by Sebastien Bacher
unity (Ubuntu)
Fix Released
Undecided
Unassigned
Declined for Precise by Sebastien Bacher

Bug Description

This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
CID: 10652
Checker: PW.PARAMETER_HIDDEN
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/nux-2.4.0/NuxGraphics/FontTexture.cpp
Function: No function name available
Code snippet:
146 std::getline( Stream, Line );
147
148 unsigned int line_size = (unsigned int) Line.length();
149 char *tc = new char[line_size+1];
CID 10652 - PW.PARAMETER_HIDDEN
declaration hides parameter "Stream" (declared at line 139)
150 const char *Stream = tc;
151 Memcpy(tc, Line.c_str(), line_size + 1);
152 tc[line_size] = 0;
153
154 if ( ParseCommand(&Stream, "common") /*Read == "common"*/)
155 {

Related branches

Revision history for this message
Product Strategy Coverity Bug Uploader (coverity-uploader) wrote : nux-trunk: /tmp/buildd/nux-2.4.0/NuxGraphics/FontTexture.cpp

Source file with Coverity annotations.

Changed in nux:
importance: Undecided → Medium
Changed in unity:
status: New → Fix Committed
milestone: none → 6.0
Changed in nux:
status: Fix Committed → Fix Released
Changed in unity:
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package nux - 3.0.0-0ubuntu1

---------------
nux (3.0.0-0ubuntu1) quantal-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * New upstream release.
    - Conditional jump or move depends on uninitialised value(s)
      nux::GraphicsDisplay::ProcessXEvent(_XEvent, bool) (LP: #983321)
    - Coverity PW.PARAMETER_HIDDEN - CID 10653 (LP: #937588)
    - Coverity SECURE_CODING - CID 10659 (LP: #937564)
    - Coverity PW.PARAMETER_HIDDEN - CID 10651 (LP: #937576)
    - Coverity PW.PARAMETER_HIDDEN - CID 10652 (LP: #937586)
    - QueueDraw is very expensive (LP: #994884)
    - Unity is slow and pausing occasionally (when its DrawList size spikes,
      to almost 6000!) (LP: #1014610)
    - IBus hotkey using Release modifier doesn't work in unity (LP: #1016665)
    - Nothing should be written into the dash/hud searchbar when holding super,
      ctrl or Alt (LP: #1013751)
    - IBus can't be activated on dash or HUD since r2428 (LP: #1016354)
  * debian/control, debian/libnux-3.0-0.install,
    debian/libnux-3.0-common.install, debian/libnux-3.0-dev.install:
    - switch to nux-3.0
 -- Didier Roche <email address hidden> Tue, 10 Jul 2012 08:53:00 +0200

Changed in nux (Ubuntu):
status: New → Fix Released
Changed in unity (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.