> -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com] > Sent: Tuesday, August 08, 2006 2:37 AM > To: stdcxx-dev@incubator.apache.org > 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/%3c44AA955C.9050208@kyiv.vdiweb.com%3e Farid.