Re: [seq24-users] buffer overflow patch
Brought to you by:
rcbuse
|
From: Ivan H. <ihe...@ki...> - 2008-07-11 16:18:50
|
Anthony: I'm uploading patches on http://launchpad.net/seq24 Thanks a lot! i will include it. Ivan Anthony Green wrote: > Here's something useful I just checked into the Fedora build of seq24. > Maybe we need a "seq25" project, to collect useful fixes for seq24 that > various people are creating. There doesn't appear to be any activity > upstream. > > AG > > > --- src/seqdata.cpp~ 2006-05-17 21:40:15.000000000 -0700 > +++ src/seqdata.cpp 2008-07-11 07:44:12.000000000 -0700 > @@ -118,7 +118,7 @@ > 6, > 30 ); > > - char val[4]; > + char val[5]; > sprintf( val, "%3d\n", i ); > char num[6]; > memset( num, 0, 6); > > AG > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |