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 > strcpy-overflow.c << "EOF"
+<screen><userinput>cat > strcpy-overflow.c << "EOF"
#include <string.h>
int main()
{
char buf[2];
- strcpy(buf,"12345");
+ strcpy(buf,"12345");
return 0;
}
EOF
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page