Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Unified Diff: src/string-stream.h

Issue 275016: Fix overflow in failure "requested size" field. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/objects-inl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/string-stream.h
diff --git a/src/string-stream.h b/src/string-stream.h
index 323a6d6633cb330b69bce76782424eba8fd33014..b0667c94e70083cf5c08eef68f346649ef5a5da1 100644
--- a/src/string-stream.h
+++ b/src/string-stream.h
@@ -105,6 +105,7 @@ class FmtElm {
Object* u_obj_;
Object** u_handle_;
void* u_pointer_;
+ int64_t u_long_;
Kevin Millikin (Chromium) 2009/10/14 08:17:06 Why this change? Doesn't it need a corresponding
Lasse Reichstein 2009/10/14 08:49:52 Well spotted. I started adding a long type, but dr
} data_;
};
« no previous file with comments | « src/objects-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698