> -----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. See that thread: http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200607.mbo x/[EMAIL PROTECTED] Farid.
