I've applied the patches, the second one required a little improvement:

      - http://goo.gl/srxrp
      - http://goo.gl/Edrex

thanks for your help!

On Tue, Nov 15, 2011 at 1:15 PM, Eduardo Silva <[email protected]> wrote:
> 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
>



-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://www.monkey-project.com
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to