Author: robert
Date: 2006-08-12 14:40:56 -0600 (Sat, 12 Aug 2006)
New Revision: 704

Modified:
   trunk/BOOK/chapter06/butterfly-toolchain.xml
Log:
Replace quotation marks with "

Modified: trunk/BOOK/chapter06/butterfly-toolchain.xml
===================================================================
--- trunk/BOOK/chapter06/butterfly-toolchain.xml        2006-08-12 20:38:46 UTC 
(rev 703)
+++ trunk/BOOK/chapter06/butterfly-toolchain.xml        2006-08-12 20:40:56 UTC 
(rev 704)
@@ -230,12 +230,12 @@
 
     <important><para>Test the _FORTIFY_SOURCE feature with the following 
program:</para>
 
-<screen><userinput>cat &gt; strcpy-overflow.c &lt;&lt; "EOF"
+<screen><userinput>cat &gt; strcpy-overflow.c &lt;&lt; &quot;EOF&quot;
 #include &lt;string.h&gt;
 int main()
 {
  char buf[2];
- strcpy(buf,"12345");
+ strcpy(buf,&quot;12345&quot;);
  return 0;
 }
 EOF

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to