[wv2/el5] fixup patch

Rex Dieter rdieter at fedoraproject.org
Sun Aug 5 22:56:25 UTC 2012


commit 9cb5a1d4afc5a3ae11d47f7dc9d93c2d2847ae68
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Aug 5 17:59:50 2012 -0500

    fixup patch

 wv2-0.2.3-overflow.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wv2-0.2.3-overflow.patch b/wv2-0.2.3-overflow.patch
index 7b4ae69..d3dc17a 100644
--- a/wv2-0.2.3-overflow.patch
+++ b/wv2-0.2.3-overflow.patch
@@ -7,7 +7,7 @@ diff -up wv2-0.2.3/src/styles.cpp.overflow wv2-0.2.3/src/styles.cpp
  #endif
 +        // do not overflow the allocated buffer grupx
 +        if (offset + cbUPX > grupxLen) {
-+            wvlog << "====> Error: grupx would overflow!" << endl;
++            wvlog << "====> Error: grupx would overflow!" << std::endl;
 +            return false;
 +        }
          for ( U16 j = 0; j < cbUPX; ++j ) {


More information about the scm-commits mailing list