Farid Zaripov wrote:
-----Original Message-----
From: Martin Sebor [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 08, 2006 2:37 AM
To: [email protected]
Subject: Re: [PATCH] 23.list.iterators 23.list.cons tests
with environment
[...]
> // const bool success = (1 == rw_match (&exp_res,
res_ptr, 1));
> // due to bug in rw_match we can't compare the single
characters
What bug is this? We should fix it.
The bug is: rw_match can address to memory after end of string buffer.
I thought I fixed that one here:
http://svn.apache.org/viewvc?view=rev&revision=420363
Is it still there? If so, can you put together a small test case?
Martin
See that thread:
http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200607.mbo
x/[EMAIL PROTECTED]
Farid.