Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
David Somers wrote: > Will dig around rcs.cpp further. > My initial guess was that something was happening around line 5052 (or so): > np->data = > xstrdup((options&&*options)?options+2:(rcs->expand?rcs->expand:"kv")); > > Perhaps options is invalid? > It's fairly heavily validated so I'd be surprised if it could be.. it's parsed into a binary structure fairly early on in the process and any faults like that would be noticed there, rather than later on. Tony