Hi, i am reviewing your patch... just a few things for patches:
- one issue -> one patch, do not provide one patch for multiples issues - describe the issue in the patch, if steps to reproduce the bugs can be provided would be awesome i will test and provide some feedback, regards, Ed.- On Mon, Nov 14, 2011 at 6:09 PM, Traktor Toni <[email protected]> wrote: > 1. tried to free the same thing twice > 2. wrote over malloc'ed buffer, typical array overflow problem because > arrays are 0 -based and we just wrote into array[length], so I increased the > whole buffer by 1 so I can leave the code as a whole alone. Probably looks a > little ugly now, but I didn't want to try a bigger rewrite. > > > > _______________________________________________ > Monkey mailing list > [email protected] > http://lists.monkey-project.com/listinfo/monkey > > -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
