RE: bug in eputil.c

2007-04-02 Thread mda
On Mon, 2 Apr 2007 16:03:49 +0200, "Gerald Richter - ECOS GmbH" <[EMAIL PROTECTED]> said: > Hi, > > > If you make the mistake of setting EMBPERL_OUTPUT_MODE=XML > > instead of EMBPERL_OUTPUT_MODE=1 then > > embperl_OptionListSearch in eputil.c will go into an infinite loop. > > > > I don't s

RE: bug in eputil.c

2007-04-02 Thread Gerald Richter - ECOS GmbH
Hi, > If you make the mistake of setting EMBPERL_OUTPUT_MODE=XML > instead of EMBPERL_OUTPUT_MODE=1 then > embperl_OptionListSearch in eputil.c will go into an infinite loop. > > I don't see how that code can possibly work, since both > sKeyword loop and the pEntry->sOption inner loop look li

bug in eputil.c

2007-04-01 Thread Mark D. Anderson
If you make the mistake of setting EMBPERL_OUTPUT_MODE=XML instead of EMBPERL_OUTPUT_MODE=1 then embperl_OptionListSearch in eputil.c will go into an infinite loop. I don't see how that code can possibly work, since both sKeyword loop and the pEntry->sOption inner loop look like infinite loop risk