I would admit the idea of this kind of memory corruption is rather a stretch..... but we are all grasping at straws here. My original point is not that you should be locking local or form variables, but that if your memory space has gotten corrupted, then EVERYTHING (including local variables) is vulnerable to corruption.
At 11:13 AM 7/10/02, you wrote: >hi tobe, > >well, I'm locking where needed, at least as far as I can tell. filecontent >is a local variable, so doesn't need locking. The cfmail is populated from >form fields and a couple of local variables too, so again, no locking. Am I >wrong in assuming that I don't need to lock local variables and form >variables?? > >cheers > >w > > > >-----Original Message----- >From: Tobe Goldfinger [mailto:[EMAIL PROTECTED]] >Sent: 10 July 2002 16:07 >To: CF-Community >Subject: RE: strange cfmail problem > > >perhaps you're experiencing some kind of memory corruption >so the filecontent variable is creeping into other variables and thus into >your email > >hate to say it, but "Are you locking?" > > >At 09:56 AM 7/10/02, you wrote: > >OK...I've figured out where the extra info has come from, but what I can't > >see is how it got into the email. > > > >In the secure download section I have this code, which is writing the > >transactions to a textfile: > > > ><!--- set file for ext file ---> > > <CFSET filecontent = " > > > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
