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

Unified Diff: content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h

Issue 1276763002: Avoid UAF in PepperUDP/TCPSocketMessageFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h
diff --git a/content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h b/content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h
index 646c6467370ca991042a4b28318dc335fdade0cf..51443ebb53b73d428f4295eaa8de118083ddec01 100644
--- a/content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h
+++ b/content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h
@@ -258,6 +258,8 @@ class CONTENT_EXPORT PepperTCPSocketMessageFilter
ppapi::host::ReplyMessageContext pending_read_reply_message_context_;
int pending_read_net_result_;
+ const bool is_potentially_secure_plugin_context_;
+
DISALLOW_COPY_AND_ASSIGN(PepperTCPSocketMessageFilter);
};
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698