Re: Patch 7.0.134

2006-10-16 Thread Hari Krishna Dara
On Mon, 16 Oct 2006 at 9:40pm, Bram Moolenaar wrote: Hari Krishna Dara wrote: On Sun, 15 Oct 2006 at 3:10pm, Bram Moolenaar wrote: Patch 7.0.134 Problem:Crash when comparing a recursively looped List or Dictionary. Solution: Limit recursiveness for comparing to 1000

Patch 7.0.134

2006-10-15 Thread Bram Moolenaar
Patch 7.0.134 Problem:Crash when comparing a recursively looped List or Dictionary. Solution: Limit recursiveness for comparing to 1000. Files: src/eval.c *** ../vim-7.0.133/src/eval.c Tue Oct 10 12:56:09 2006 --- src/eval.c Sun Oct 15 15:08:13 2006 *** *** 5520,5538

Re: Patch 7.0.134

2006-10-15 Thread Mikolaj Machowski
Dnia niedziela, 15 października 2006 15:10, Bram Moolenaar napisał: Patch 7.0.134 Problem:Crash when comparing a recursively looped List or Dictionary. Solution: Limit recursiveness for comparing to 1000. Is hardcoding any value like that good thing? It could use 'maxfuncdepth

Re: Patch 7.0.134

2006-10-15 Thread Bram Moolenaar
Mikolaj Machowski wrote: Dnia niedziela, 15 pa¼dziernika 2006 15:10, Bram Moolenaar napisa³: Patch 7.0.134 Problem:Crash when comparing a recursively looped List or Dictionary. Solution: Limit recursiveness for comparing to 1000. Is hardcoding any value like that good thing