From: Rafael Garcia-Suarez Date: Thu, 31 Mar 2005 12:45:03 +0000 (+0000) Subject: OS typo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5c81e17af00afc0ebc60aad89ae529c1bb1b3c7;p=p5sagit%2Fp5-mst-13.2.git OS typo. p4raw-id: //depot/perl@24116 --- diff --git a/pod/perl592delta.pod b/pod/perl592delta.pod index 63b210f..18438f5 100644 --- a/pod/perl592delta.pod +++ b/pod/perl592delta.pod @@ -65,7 +65,7 @@ of memory. Previously such assignments would suffer from integer wrap-around during size calculations causing a misallocation, which would crash perl, and could theoretically be used for "stack smashing" attacks. The wrapping defaults to enabled on platforms where we know it works (most AIX -configurations, BSDi, Darwin, DEC OSF/1, FreeBSD, HP/UX, GNU Linux, OpenBSD, +configurations, BSDi, Darwin, DEC OSF/1, FreeBSD, HP-UX, GNU Linux, OpenBSD, Solaris, VMS and most Win32 compilers) and defaults to disabled on other platforms.