Re: [PATCH] SvPVX_const() patch #1 ... uh
[email protected] (Steve Peters) Thu, 5 May 2005 18:25:23 -0500
| Newsgroups | perl.perl5.porters,perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 05, 2005 at 05:25:08PM -0500, Steve Peters wrote: > After submitting the SvPVX_readonly() patch, it was suggested that the > name of the macro should actually be SvPVX_const(). *sigh* > > Attached is a replacement patch where SvPVX_readonly() is converted to > SvPVX_const(). This patch has been fully smoked with DEBUGGING and > ithreads and no new warnings or failures came out of this patch. > > > Steve Peters > [email protected] Grrrrrrr. Please disregard this patch. Thanks to some hateful pointer casting allowed by gcc, this patch was allowing memcopy's to const variables. So, excuse me while I crank up my warnings and try to think happy thoughts to make the evil voices in my head go away. Steve Peters [email protected]