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 INFORMATION

Page 596: Incorrect Quote Marks

The 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:MinorLast Reviewed:12/17/2003
Keywords:kbinfo kbdocfix kbdocerr KB833560 kbAudEndUser