[Pkg-games-ubuntu] [Bug 479173] Re: aajm.cpp:245: (error) Buffer access out-of-bounds

Launchpad Bug Tracker 479173 at bugs.launchpad.net
Sat Apr 30 15:49:23 UTC 2011


This bug was fixed in the package jugglemaster - 0.4-4

---------------
jugglemaster (0.4-4) unstable; urgency=low

  * Team upload.
  * Drop the Qt version since Qt3 is being removed (Closes: #604353)
  * Switch to dh from debhelper 7 and dpkg-source v3
  * Add DEP-3 headers to the patches
  * Bump Standards-Version, no changes needed
  * Add a patch to fix locale issues when loading files (Closes: #528564)
  * Add patch to fix hand movements during tricks (Closes: #537503)
  * Fix and enable the ffmpeg support (Closes: #597831)
  * (C) is not recognised, use Copyright instead
  * Fix printing text in images and videos
  * Fix memory zeroing error (LP: #479173)
  * Make the watch file more flexible
 -- Ubuntu Archive Auto-Sync <archive at ubuntu.com>   Sat,  30 Apr 2011 12:58:13 +0000

** Changed in: jugglemaster (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
Debian/Ubuntu Games Team, which is subscribed to jugglemaster in Ubuntu.
https://bugs.launchpad.net/bugs/479173

Title:
  aajm.cpp:245: (error) Buffer access out-of-bounds

Status in “jugglemaster” package in Ubuntu:
  Fix Released

Bug description:
  
  For the source code file aajm.cpp, line 245 is the source code 

    memset(newstyle,0,JML_MAX_SITELEN);

  but

  char newstyle[2];

  and

  #define JML_MAX_SITELEN  56

  so the memset looks wrong. Suggest code rework.



More information about the Pkg-games-ubuntu mailing list