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

Paul Wise (Debian) 479173 at bugs.launchpad.net
Tue Feb 22 05:09:57 UTC 2011


Fixed in Debian, will be fixed in Ubuntu on next sync.

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