[xHarbour-developers] HBTest new HB_StoD() failures.

2015-02-04 Thread Ron Pinkas
Hi Guys, It has been a while, but I just noted these “new” failures: ! 3146 MAIN_MISC(0)HB_SToD(" 9990905") Result: HB_SToD("09990905") Expected: HB_SToD("") ! 3147 MAIN_MISC(0)HB_SToD(" 990905") Result: HB_SToD("199909

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-04 Thread Ron Pinkas
Many thanks Luiz. :-) > On Feb 4, 2015, at 1:06 PM, Enrico Maria Giordano > wrote: > > > > Il 04/02/2015 17:30, Luiz Rafael Culik ha scritto: > >> Hi >> >> should be fixed after >> >> 2015-02-04 14:30 UTC-0300 Luiz Rafael Culik > > >> * source/rtl/replic.c >>

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-04 Thread Enrico Maria Giordano
Il 04/02/2015 17:30, Luiz Rafael Culik ha scritto: > Hi > > should be fixed after > > 2015-02-04 14:30 UTC-0300 Luiz Rafael Culik > >* source/rtl/replic.c > ! fix to gpf (ulLen * lTimes ) < UINT_MAX -> > (LONGLONG)((LONGLONG)ulLen * (LONGLONG)lTimes ) < U

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-04 Thread Luiz Rafael Culik
Hi should be fixed after 2015-02-04 14:30 UTC-0300 Luiz Rafael Culik * source/rtl/replic.c ! fix to gpf (ulLen * lTimes ) < UINT_MAX -> (LONGLONG)((LONGLONG)ulLen * (LONGLONG)lTimes ) < UINT_MAX since the calculation of ullen*ltimes depending of the value is > UINT_MAX Regards Lu

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-04 Thread Enrico Maria Giordano
Il 04/02/2015 03:07, Ron Pinkas ha scritto: > Just updated, and clean built, using VS 2008, got the following crash running > habitats: > > Unrecoverable error 9006: hb_xgrab can't allocate memory > Called from REPLICATE(0) > Called from MAIN_STR(0) > Called from TEST_CALL(0) > Called from MAIN