There's an occasional bug using swprintf from the VS 2005/7.1 CRT
directly, because a version of the function that doesn't accept a
length parameter is available. This patch redefines swprintf to
_snwprintf when using early CRTs, as recommended by Microsoft at
http://msdn2.microsoft.com/en-us/library/ybk95axf(VS.71).aspx .
The patch:
http://code.google.com/p/google-breakpad/issues/detail?id=149
http://code.google.com/p/google-breakpad/issues/attachment?aid=-7655147572534354939&name=breakpad.149.1.patch
Mark