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

Launchpad Bug Tracker 479173 at bugs.launchpad.net
Wed Feb 23 04:03:27 UTC 2011


** Branch linked: lp:debian/jugglemaster

-- 
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 Committed

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