Writing Secure Code, Second Edition Comments and Corrections (833560)
The information in this article applies to:
- MSPRESS Writing Secure Code, Second Edition ISBN 0-7356-1722-8
SUMMARY
This article contains comments, corrections, and information about
known errors relating to the Microsoft Press book Writing Secure Code Second Edition, ISBN 0-7356-1722-8.
The following topics are covered: - Page 596: Incorrect Quote Marks
MORE INFORMATIONPage 596: Incorrect Quote MarksThe quote marks on page 596 in the second to last line of the first code example are incorrect. The straight quotes should be backticks.
Change: '$exe $FILE';
To: `$exe $FILE`;
Microsoft Press is committed to providing informative and accurate
books. All comments and corrections listed above are ready for
inclusion in future printings of this book. If you have a later printing
of this book, it may already contain most or all of the above corrections.
Modification Type: | Minor | Last Reviewed: | 12/17/2003 |
---|
Keywords: | kbinfo kbdocfix kbdocerr KB833560 kbAudEndUser |
---|
|