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

Unified Diff: include/core/SkRegion.h

Issue 41253002: Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Adding length info to read operations Created 7 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
Index: include/core/SkRegion.h
diff --git a/include/core/SkRegion.h b/include/core/SkRegion.h
index a088d546200be5211aff976fddc2118a1b392af1..b064532c7ffba5f7296ec3f6d819eba07b735e55 100644
--- a/include/core/SkRegion.h
+++ b/include/core/SkRegion.h
@@ -367,7 +367,7 @@ public:
* Initialized the region from the buffer, returning the number
* of bytes actually read.
*/
- uint32_t readFromMemory(const void* buffer);
+ uint32_t readFromMemory(const void* buffer, uint32_t length);
/**
* Returns a reference to a global empty region. Just a convenience for

Powered by Google App Engine
This is Rietveld 408576698